[llvm-commits] [llvm] r55702 - /llvm/trunk/test/FrontendC/2007-06-05-NoInlineAttribute.c

Devang Patel dpatel at apple.com
Wed Sep 3 10:05:50 PDT 2008


Author: dpatel
Date: Wed Sep  3 12:05:49 2008
New Revision: 55702

URL: http://llvm.org/viewvc/llvm-project?rev=55702&view=rev
Log:
Update test to check call instruction.

Modified:
    llvm/trunk/test/FrontendC/2007-06-05-NoInlineAttribute.c

Modified: llvm/trunk/test/FrontendC/2007-06-05-NoInlineAttribute.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2007-06-05-NoInlineAttribute.c?rev=55702&r1=55701&r2=55702&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC/2007-06-05-NoInlineAttribute.c (original)
+++ llvm/trunk/test/FrontendC/2007-06-05-NoInlineAttribute.c Wed Sep  3 12:05:49 2008
@@ -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));
 





More information about the llvm-commits mailing list