diff options
Diffstat (limited to 'polly/test/CodeGen/pr25241.ll')
| -rw-r--r-- | polly/test/CodeGen/pr25241.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/polly/test/CodeGen/pr25241.ll b/polly/test/CodeGen/pr25241.ll index 4a4add8ba2a6..7547b0bbed74 100644 --- a/polly/test/CodeGen/pr25241.ll +++ b/polly/test/CodeGen/pr25241.ll @@ -20,12 +20,11 @@ ; CHECK: %curr.3.ph.final_reload = load i32, ptr %curr.3.s2a ; CHECK: br label - target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" ; Function Attrs: nounwind uwtable -define void @BZ2_decompress() #0 { +define void @BZ2_decompress() { entry: %tmp = load i32, ptr undef, align 4, !tbaa !1 switch i32 undef, label %save_state_and_return [ @@ -56,8 +55,6 @@ save_state_and_return: ; preds = %entry 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)"} |
