LICM: Hoist insertvalue/extractvalue out of loops.
[oota-llvm.git] / test / Transforms / GlobalOpt / 2008-07-17-addrspace.ll
index 06007e5cbe3311988f9072220ef7dd0af8bc6db5..390e77a8cea8edfb7029712876d661e248a72135 100644 (file)
@@ -2,9 +2,9 @@
 ; values. This used to crash, because globalopt forgot to put the new var in the
 ; same address space as the old one.
 
-; RUN: opt %s -globalopt | llvm-dis > %t
+; RUN: opt < %s -globalopt -S > %t
 ; Check that the new global values still have their address space
-; RUN: cat %t | grep global.*addrspace
+; RUN: cat %t | grep addrspace.*global
 
 @struct = internal addrspace(1) global { i32, i32 } zeroinitializer
 @array = internal addrspace(1) global [ 2 x i32 ] zeroinitializer