diff options
-rw-r--r-- | test/FrontendC/2009-05-17-AlwaysInline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2009-05-17-AlwaysInline.c b/test/FrontendC/2009-05-17-AlwaysInline.c index e758cbf6e7..a93fabe052 100644 --- a/test/FrontendC/2009-05-17-AlwaysInline.c +++ b/test/FrontendC/2009-05-17-AlwaysInline.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S %s -O0 -o - -mllvm --disable-llvm-optzns | grep bar +// RUN: %llvmgcc -S %s -O0 -o - -mllvm -disable-llvm-optzns | grep bar // Check that the gcc inliner is turned off. #include <stdio.h> |