forked from OSchip/llvm-project
[testcases] move testcases to right place - NFC
Differential Revision: https://reviews.llvm.org/D49409 llvm-svn: 337230
This commit is contained in:
parent
8ac6c9dd67
commit
c992cc4e97
|
@ -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(
|
Loading…
Reference in New Issue