Fix testcase. This should no longer be XFAIL'd
authorChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2003 18:34:44 +0000 (18:34 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2003 18:34:44 +0000 (18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10086 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ConstProp/logicaltest.ll

index 9af914255b805785698a20739c69681cb9d79302..082bcaa3dae4274db0452d32e0861dd825fd43e0 100644 (file)
@@ -1,6 +1,6 @@
 ; Ensure constant propogation of logical instructions is working correctly.
 
-; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | not ggrep -E 'and|or|xor'
+; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | not egrep 'and|or|xor'
 
 
 int  "test1"() { %R = and int 4,1234          ret int  %R }