diff options
Diffstat (limited to 'test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll')
-rw-r--r-- | test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll b/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll index a32358eb53..8489102c2c 100644 --- a/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll +++ b/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll @@ -1,5 +1,5 @@ ; PR1271 -; RUN: opt %s -instcombine | llvm-dis | \ +; RUN: opt %s -instcombine -S | \ ; RUN: grep {ashr i32 %.mp137, 2} ; END. |