Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / Transforms / GVN / lifetime-simple.ll
index d77db13b55a7e6b3003b8c7c94a780ad2e7c4ba9..02f7bcc9e85707c92dd1bae22063602bde18b33d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -gvn -S | FileCheck %s
+; RUN: opt < %s -basicaa -gvn -S | FileCheck %s
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 target triple = "i386-apple-darwin7"
@@ -16,5 +16,5 @@ entry:
   ret i8 %1
 }
 
-declare {}* @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly
+declare void @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly
 declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)