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:
f0cbcd4
)
Update test to check call instruction.
author
Devang Patel
<dpatel@apple.com>
Wed, 3 Sep 2008 17:05:49 +0000
(17:05 +0000)
committer
Devang Patel
<dpatel@apple.com>
Wed, 3 Sep 2008 17:05:49 +0000
(17:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55702
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2007-06-05-NoInlineAttribute.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2007-06-05-NoInlineAttribute.c
b/test/FrontendC/2007-06-05-NoInlineAttribute.c
index cb1920aed091576f6c2bf6e368ea106ad4898037..b11b3c779684e6b4acf4c4174cc5d36cee0d3bc6 100644
(file)
--- a/
test/FrontendC/2007-06-05-NoInlineAttribute.c
+++ b/
test/FrontendC/2007-06-05-NoInlineAttribute.c
@@
-1,4
+1,4
@@
-// RUN: %llvmgcc -
c -emit-llvm %s -o - | llvm-dis | grep llvm.noinline
+// RUN: %llvmgcc -
O2 -c -emit-llvm %s -o - | llvm-dis | grep call
static int bar(int x, int y) __attribute__((noinline));