aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll')
-rw-r--r--test/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll b/test/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll
index 7e9c713..dafd4e0 100644
--- a/test/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll
+++ b/test/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll
@@ -1,10 +1,7 @@
; This testcase should have the cast propogated through the load
; just like a store does...
;
-; RUN: if as < %s | opt -raise | dis | grep ' cast ' | grep '*'
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -raise | dis | grep ' cast ' | not grep '*'
int "test"(uint * %Ptr) {
%P2 = cast uint *%Ptr to int *