diff options
Diffstat (limited to 'test/Transforms/InstCombine/2008-01-06-CastCrash.ll')
-rw-r--r-- | test/Transforms/InstCombine/2008-01-06-CastCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-01-06-CastCrash.ll b/test/Transforms/InstCombine/2008-01-06-CastCrash.ll index 1d816d4b99..02fb399f91 100644 --- a/test/Transforms/InstCombine/2008-01-06-CastCrash.ll +++ b/test/Transforms/InstCombine/2008-01-06-CastCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine -disable-output +; RUN: opt %s -instcombine -disable-output define <2 x i32> @f() { ret <2 x i32> undef |