diff options
Diffstat (limited to 'test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll')
-rw-r--r-- | test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll b/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll index 71269ec..c5b0058 100644 --- a/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll +++ b/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -simplifycfg | dis | not grep switch +; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep switch int %test1() { ; Test normal folding switch uint 5, label %Default [ |