diff options
-rw-r--r-- | test/FrontendC/2007-06-05-NoInlineAttribute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2007-06-05-NoInlineAttribute.c b/test/FrontendC/2007-06-05-NoInlineAttribute.c index cb1920aed0..b11b3c7796 100644 --- 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)); |