summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/Transforms/InstSimplify/sdiv.ll (renamed from llvm/test/Transforms/InstCombine/sdiv.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/sdiv.ll b/llvm/test/Transforms/InstSimplify/sdiv.ll
index dd837bfdaaf..c39711dc340 100644
--- a/llvm/test/Transforms/InstCombine/sdiv.ll
+++ b/llvm/test/Transforms/InstSimplify/sdiv.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | FileCheck %s
+; RUN: opt < %s -instsimplify -S | FileCheck %s
define i32 @negated_operand(i32 %x) {
; CHECK-LABEL: @negated_operand(
OpenPOWER on IntegriCloud