projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8efce
)
Adjust this to the wonky syntax that GCC expects.
author
Chris Lattner
<sabre@nondot.org>
Fri, 29 Sep 2006 17:34:56 +0000
(17:34 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 29 Sep 2006 17:34:56 +0000
(17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30670
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2005-12-04-AttributeUsed.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2005-12-04-AttributeUsed.c
b/test/CFrontend/2005-12-04-AttributeUsed.c
index e19d348806302106582595bff517c692c76be6c2..a3da1c3e6411fb55148257f60a00ea1255472d04 100644
(file)
--- a/
test/CFrontend/2005-12-04-AttributeUsed.c
+++ b/
test/CFrontend/2005-12-04-AttributeUsed.c
@@
-3,6
+3,5
@@
int X __attribute__((used));
int Y;
-void foo() __attribute__((used));
+__attribute__((used)) void foo() {}
-void foo() {}