X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=test%2FTransforms%2FInline%2Foptimization-remarks.ll;h=72e90aefa6115fcbd065fa53f779ec718891521d;hb=99862d39d7c23ff9efdb3f3a309840a03b924d66;hp=16f782682e193061978479a5210ace6867977a8e;hpb=8838d03a84a1ff78cf07270dd4e8f64e1915bad7;p=android-x86%2Fexternal-llvm.git diff --git a/test/Transforms/Inline/optimization-remarks.ll b/test/Transforms/Inline/optimization-remarks.ll index 16f782682e1..72e90aefa61 100644 --- a/test/Transforms/Inline/optimization-remarks.ll +++ b/test/Transforms/Inline/optimization-remarks.ll @@ -14,8 +14,8 @@ ; HOTNESS: fox will not be inlined into bar because its definition is unavailable ; NO_HOTNESS-NOT: fox will not be inlined into bar because its definition is unavailable -; CHECK: foo inlined into bar with cost=always -; CHECK: foz not inlined into bar because it should never be inlined (cost=never) +; CHECK: foo inlined into bar with (cost=always): always inline attribute +; CHECK: foz not inlined into bar because it should never be inlined (cost=never): noinline function attribute ; Function Attrs: alwaysinline nounwind uwtable define i32 @foo(i32 %x, i32 %y) #0 !prof !1 {