Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / GlobalDCE / 2009-01-05-DeadAliases.ll
index 432ae4bc9768473bb2048b66c17a0af4d0d2e48f..6658cee1223995dc3812e0e58fe87dd242680801 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -globaldce | llvm-dis | not grep @D
-; RUN: opt %s -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