diff options
Diffstat (limited to 'llvm/test/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll')
-rw-r--r-- | llvm/test/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll b/llvm/test/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll index 916cba20b52..80c8deb1605 100644 --- a/llvm/test/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll +++ b/llvm/test/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-unswitch -disable-output +; RUN: opt %s -loop-unswitch -disable-output define void @sort_Eq(i32* %S2) { entry: |