Add space to assert message.
[oota-llvm.git] / test / Transforms / DeadStoreElimination / const-pointers.ll
index ce3b24c996fd68a3eea713487b8a14804e154b1b..15976f9f10d40f36e2cff11fdb2c566c9205639d 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: opt %s -dse -S | FileCheck %s
+; RUN: opt -basicaa -dse -S < %s | FileCheck %s
 
 %t = type { i32 }
 
-@g = global i32 42;
+@g = global i32 42
 
 define void @test1(%t* noalias %pp) {
   %p = getelementptr inbounds %t* %pp, i32 0, i32 0