Add space to assert message.
[oota-llvm.git] / test / Transforms / DeadStoreElimination / const-pointers.ll
index 728a118944d6636c6c572e179a3f2fccf9bfb8e8..15976f9f10d40f36e2cff11fdb2c566c9205639d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -dse -S | FileCheck %s
+; RUN: opt -basicaa -dse -S < %s | FileCheck %s
 
 %t = type { i32 }