Update test to check call instruction.
authorDevang Patel <dpatel@apple.com>
Wed, 3 Sep 2008 17:05:49 +0000 (17:05 +0000)
committerDevang 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

index cb1920aed091576f6c2bf6e368ea106ad4898037..b11b3c779684e6b4acf4c4174cc5d36cee0d3bc6 100644 (file)
@@ -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));