summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Zheng <shchenz@cn.ibm.com>2018-07-17 01:04:41 +0000
committerChen Zheng <shchenz@cn.ibm.com>2018-07-17 01:04:41 +0000
commitc992cc4e972ee4a3724721a5ee2fa51410e52e91 (patch)
treec93f9f6b7fdab892711c72cabf735c3fbcde947d
parent8ac6c9dd67271cfecead8157929737659f838f36 (diff)
downloadbcm5719-llvm-c992cc4e972ee4a3724721a5ee2fa51410e52e91.tar.gz
bcm5719-llvm-c992cc4e972ee4a3724721a5ee2fa51410e52e91.zip
[testcases] move testcases to right place - NFC
Differential Revision: https://reviews.llvm.org/D49409 llvm-svn: 337230
-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