Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Analysis / BasicAA / global-size.ll
index 92a8bc5b4b158431301ad4ee50123b100ffc7767..a3f38a089542e383ea168145d943df81bb6236cc 100644 (file)
@@ -1,7 +1,7 @@
 ; A store or load cannot alias a global if the accessed amount is larger then
 ; the global.
 
-; RUN: llvm-as < %s | opt -basicaa -load-vn -gcse -instcombine | llvm-dis | not grep load
+; RUN: opt %s -basicaa -gvn -instcombine -S | not grep load
 
 @B = global i16 8               ; <i16*> [#uses=2]