projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4607d37
)
Fix typos from last checkin.
author
Steve Ellcey
<sje@gcc.gnu.org>
Tue, 24 Nov 2015 22:12:25 +0000
(22:12 +0000)
committer
Steve Ellcey
<sje@gcc.gnu.org>
Tue, 24 Nov 2015 22:12:25 +0000
(22:12 +0000)
From-SVN: r230847
gcc/testsuite/gcc.target/mips/frame-header-4.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.target/mips/frame-header-4.c
b/gcc/testsuite/gcc.target/mips/frame-header-4.c
index 3cddba14de5832d7986fad7c159929b5c1ba04f8..8c45468a4689d6c6a53ddd540255d749cb090a9e 100644
(file)
--- a/
gcc/testsuite/gcc.target/mips/frame-header-4.c
+++ b/
gcc/testsuite/gcc.target/mips/frame-header-4.c
@@
-9,12
+9,12
@@
int __attribute__ ((noinline))
foo (int a, int b)
{
-
return a + b;
+ return a + b;
}
int __attribute__ ((noinline))
bar (int a, int b)
{
-
return 1 + foo
(a,b);
+
return 1 + foo
(a,b);
}