[testcases] move testcases to right place - NFC

Differential Revision: https://reviews.llvm.org/D49409

llvm-svn: 337230
This commit is contained in:
Chen Zheng 2018-07-17 01:04:41 +00:00
parent 8ac6c9dd67
commit c992cc4e97
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -instcombine -S | FileCheck %s ; RUN: opt < %s -instsimplify -S | FileCheck %s
define i32 @negated_operand(i32 %x) { define i32 @negated_operand(i32 %x) {
; CHECK-LABEL: @negated_operand( ; CHECK-LABEL: @negated_operand(