DebugInfo: Keep track of subprograms who's arguments have been promoted.
[oota-llvm.git] / test / Transforms / ArgumentPromotion / aggregate-promote.ll
index c5a69bcf6cd9835690ca771435ae96b40613931b..12de51172739763165cda9c6fc9f649a8f6f34ed 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: opt %s -argpromotion -instcombine | llvm-dis | not grep load
+; RUN: opt < %s -argpromotion -instcombine -S | not grep load
+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"
 
 %QuadTy = type { i32, i32, i32, i32 }
 @G = constant %QuadTy {