diff options
| author | Chen Zheng <shchenz@cn.ibm.com> | 2018-07-17 01:04:41 +0000 | 
|---|---|---|
| committer | Chen Zheng <shchenz@cn.ibm.com> | 2018-07-17 01:04:41 +0000 | 
| commit | c992cc4e972ee4a3724721a5ee2fa51410e52e91 (patch) | |
| tree | c93f9f6b7fdab892711c72cabf735c3fbcde947d | |
| parent | 8ac6c9dd67271cfecead8157929737659f838f36 (diff) | |
| download | bcm5719-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(  | 

