mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5eff5f6a2
commit
5c083b174e
@ -1,7 +1,7 @@
|
||||
; Ensure constant propogation of logical instructions is working correctly.
|
||||
|
||||
; RUN: opt < %s -constprop -die -S | \
|
||||
; RUN: not egrep {and|or|xor}
|
||||
; RUN: opt < %s -constprop -die -S | FileCheck %s
|
||||
; CHECK-NOT: {{and|or|xor}}
|
||||
|
||||
define i32 @test1() {
|
||||
%R = and i32 4, 1234 ; <i32> [#uses=1]
|
||||
|
Loading…
Reference in New Issue
Block a user