summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA/featuretest.ll
diff options
context:
space:
mode:
authorKenneth Uildriks <kennethuil@gmail.com>2009-11-03 15:29:06 +0000
committerKenneth Uildriks <kennethuil@gmail.com>2009-11-03 15:29:06 +0000
commit90fedc6ef96b5920c705f1dec151ac49992a1678 (patch)
tree06a2e2001bf44cde53d17bff94ff16ed87a43c1c /llvm/test/Analysis/BasicAA/featuretest.ll
parent26393d879204de0a7600d9393e3670d045272dd9 (diff)
downloadbcm5719-llvm-90fedc6ef96b5920c705f1dec151ac49992a1678.tar.gz
bcm5719-llvm-90fedc6ef96b5920c705f1dec151ac49992a1678.zip
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test
llvm-svn: 85900
Diffstat (limited to 'llvm/test/Analysis/BasicAA/featuretest.ll')
-rw-r--r--llvm/test/Analysis/BasicAA/featuretest.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/BasicAA/featuretest.ll b/llvm/test/Analysis/BasicAA/featuretest.ll
index 737ee453503..50dc8864ac9 100644
--- a/llvm/test/Analysis/BasicAA/featuretest.ll
+++ b/llvm/test/Analysis/BasicAA/featuretest.ll
@@ -2,6 +2,7 @@
; determine, as noted in the comments.
; 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 }
OpenPOWER on IntegriCloud