Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Analysis / BasicAA / featuretest.ll
index a9eeb5d3d2fcbde4ba476074eeca8e26689b2323..50dc8864ac9b01427e5de3a397dc381c7fcbf033 100644 (file)
@@ -1,7 +1,8 @@
 ; This testcase tests for various features the basicaa test should be able to 
 ; determine, as noted in the comments.
 
-; RUN: llvm-as < %s | opt -basicaa -load-vn -gcse -instcombine -dce | llvm-dis | not grep REMOVE
+; RUN: opt < %s -basicaa -gvn -instcombine -dce -S | not grep REMOVE
+target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128"
 
 @Global = external global { i32 }