1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

[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 4c4b8e599d
commit c9eb30c502

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) {
; CHECK-LABEL: @negated_operand(