Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / GlobalDCE / 2009-01-05-DeadAliases.ll
index 264b81dca032f469042d66f58a7909cb57765995..6658cee1223995dc3812e0e58fe87dd242680801 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep @D
-; RUN: llvm-as < %s | opt -globaldce | llvm-dis | grep @L | count 3
+; RUN: opt < %s -globaldce -S | not grep @D
+; RUN: opt < %s -globaldce -S | grep @L | count 3
 
 @A = global i32 0
 @D = alias internal i32* @A