commit | cda459ec79fb32e55f55e13a02001202b13406bd | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Dec 27 20:35:58 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Dec 27 20:35:58 2007 +0000 |
tree | 3f3dba7e80abe84734d728cebc32e6d5a79b6cc4 | |
parent | 6d0747d6be9e563abf8e4e4461e8a6fc13f2cd2d [diff] [blame] |
use -emit-llvm-bc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45372 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/switch.c b/test/CodeGen/switch.c index 3697ce7..a21505e 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;