diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/hoist_instr.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/hoist_instr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/hoist_instr.ll b/llvm/test/Transforms/InstCombine/hoist_instr.ll index 3217d054932..d60363e6665 100644 --- a/llvm/test/Transforms/InstCombine/hoist_instr.ll +++ b/llvm/test/Transforms/InstCombine/hoist_instr.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | FileCheck %s +; RUN: opt %s -instcombine -S | FileCheck %s ;; This tests that the div is hoisted into the then block. define i32 @foo(i1 %C, i32 %A, i32 %B) { |