Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
944fb799
Commit
944fb799
authored
May 04, 2011
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup whitespacing.
From-SVN: r173388
parent
42375e2e
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/objc/ChangeLog
+0
-0
gcc/objc/Make-lang.in
+0
-0
gcc/objc/objc-act.c
+0
-0
gcc/objc/objc-act.h
+0
-0
gcc/objc/objc-gnu-runtime-abi-01.c
+0
-0
gcc/objc/objc-lang.c
+0
-0
gcc/objc/objc-next-metadata-tags.h
+0
-0
gcc/objc/objc-next-runtime-abi-01.c
+0
-0
gcc/objc/objc-next-runtime-abi-02.c
+3
-3
gcc/objc/objc-runtime-hooks.h
+0
-0
gcc/objc/objc-runtime-shared-support.c
+0
-0
gcc/objc/objc-runtime-shared-support.h
+0
-0
gcc/objc/objc-tree.def
+0
-0
No files found.
gcc/objc/ChangeLog
View file @
944fb799
gcc/objc/Make-lang.in
View file @
944fb799
gcc/objc/objc-act.c
View file @
944fb799
gcc/objc/objc-act.h
View file @
944fb799
gcc/objc/objc-gnu-runtime-abi-01.c
View file @
944fb799
gcc/objc/objc-lang.c
View file @
944fb799
gcc/objc/objc-next-metadata-tags.h
View file @
944fb799
gcc/objc/objc-next-runtime-abi-01.c
View file @
944fb799
gcc/objc/objc-next-runtime-abi-02.c
View file @
944fb799
...
@@ -1668,9 +1668,9 @@ next_runtime_abi_02_build_objc_method_call (location_t loc,
...
@@ -1668,9 +1668,9 @@ next_runtime_abi_02_build_objc_method_call (location_t loc,
tree
message_func_decl
;
tree
message_func_decl
;
bool
check_for_nil
=
flag_objc_nilcheck
;
bool
check_for_nil
=
flag_objc_nilcheck
;
ret_type
=
(
method_prototype
?
ret_type
=
method_prototype
TREE_VALUE
(
TREE_TYPE
(
method_prototype
))
:
?
TREE_VALUE
(
TREE_TYPE
(
method_prototype
))
objc_object_type
)
;
:
objc_object_type
;
/* Do we need to check for nil receivers ? */
/* Do we need to check for nil receivers ? */
/* For now, message sent to classes need no nil check. In the
/* For now, message sent to classes need no nil check. In the
...
...
gcc/objc/objc-runtime-hooks.h
View file @
944fb799
gcc/objc/objc-runtime-shared-support.c
View file @
944fb799
gcc/objc/objc-runtime-shared-support.h
View file @
944fb799
gcc/objc/objc-tree.def
View file @
944fb799
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment