test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize.

llvm-svn: 122620
This commit is contained in:
NAKAMURA Takumi 2010-12-29 03:58:56 +00:00
parent dbacfb73e0
commit a834008959
1 changed files with 2 additions and 2 deletions

View File

@ -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]