diff options
Diffstat (limited to 'test/CodeGen/switch.c')
-rw-r--r-- | test/CodeGen/switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/switch.c b/test/CodeGen/switch.c index 3697ce7c02..a21505ef89 100644 --- a/test/CodeGen/switch.c +++ b/test/CodeGen/switch.c @@ -1,4 +1,4 @@ -// RUN: clang %s -emit-llvm | llvm-as | opt -std-compile-opts -disable-output +// RUN: clang %s -emit-llvm-bc -o - | opt -std-compile-opts -disable-output int foo(int i) { int j = 0; |