diff --git a/test/FrontendC/2007-06-05-NoInlineAttribute.c b/test/FrontendC/2007-06-05-NoInlineAttribute.c index cb1920aed09..b11b3c77968 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));