[BasicAA] Add datalayouts to make some tests more useful. NFC.
[oota-llvm.git] / test / Analysis / BasicAA / 2003-11-04-SimpleCases.ll
index 768411e9d35f872411faf60d6eb91128a83551ea..f2b06cb81436578b646c1e241eb45a527cf6de77 100644 (file)
@@ -3,10 +3,12 @@
 
 ; RUN: opt < %s -basicaa -aa-eval -print-may-aliases -disable-output 2>&1 | FileCheck %s
 
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+
 %T = type { i32, [10 x i8] }
 
 ; CHECK:     Function: test
-; CHECK-NOT:   May:
+; CHECK-NOT:   MayAlias:
 
 define void @test(%T* %P) {
   %A = getelementptr %T* %P, i64 0