diff options
Diffstat (limited to 'polly/test/CodeGen/out-of-scop-phi-node-use.ll')
-rw-r--r-- | polly/test/CodeGen/out-of-scop-phi-node-use.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/polly/test/CodeGen/out-of-scop-phi-node-use.ll b/polly/test/CodeGen/out-of-scop-phi-node-use.ll index a4f9423..dd0a24b 100644 --- a/polly/test/CodeGen/out-of-scop-phi-node-use.ll +++ b/polly/test/CodeGen/out-of-scop-phi-node-use.ll @@ -13,7 +13,7 @@ target triple = "x86_64-unknown-linux-gnu" ; CHECK-NEXT: %_s.sroa.343.0.ph5161118.ph.final_reload = load i32, ptr %_s.sroa.343.0.ph5161118.s2a ; Function Attrs: nounwind uwtable -define void @lzmaDecode() #0 { +define void @lzmaDecode() { entry: br label %for.cond.outer.outer.outer @@ -54,8 +54,6 @@ cleanup.1072: ; preds = %for.cond ret void } -attributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+mmx,+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" } - !llvm.ident = !{!0} !0 = !{!"clang version 3.8.0 (trunk 250010) (llvm/trunk 250018)"} |