diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/constant-fold-gep.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/constant-fold-gep.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/constant-fold-gep.ll b/llvm/test/Transforms/InstCombine/constant-fold-gep.ll index 449bca0132d..953f204b148 100644 --- a/llvm/test/Transforms/InstCombine/constant-fold-gep.ll +++ b/llvm/test/Transforms/InstCombine/constant-fold-gep.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | FileCheck %s +; RUN: opt %s -instcombine -S | FileCheck %s ; Constant folding should fix notionally out-of-bounds indices ; and add inbounds keywords. |