diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/switch_thread.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyCFG/switch_thread.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/switch_thread.ll b/llvm/test/Transforms/SimplifyCFG/switch_thread.ll index a92528a3331..c94f52c980e 100644 --- a/llvm/test/Transforms/SimplifyCFG/switch_thread.ll +++ b/llvm/test/Transforms/SimplifyCFG/switch_thread.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | \ +; RUN: opt %s -simplifycfg | llvm-dis | \ ; RUN: not grep {call void @DEAD} ; Test that we can thread a simple known condition through switch statements. |