diff options
Diffstat (limited to 'test/CodeGen/always_inline.c')
-rw-r--r-- | test/CodeGen/always_inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/always_inline.c b/test/CodeGen/always_inline.c index 19d93d9db066..8e4a7c70b183 100644 --- a/test/CodeGen/always_inline.c +++ b/test/CodeGen/always_inline.c @@ -1,7 +1,7 @@ // RUN: %clang -emit-llvm -S -o %t %s // RUN: not grep '@f0' %t // RUN: not grep 'call ' %t -// RUN: %clang -mllvm -disable-llvm-passes -emit-llvm -S -o %t %s +// RUN: %clang -Xclang -disable-llvm-passes -emit-llvm -S -o %t %s // RUN: grep '@f0' %t | count 2 //static int f0() { |