diff options
Diffstat (limited to 'polly/test/ScopDetect/error-block-always-executed.ll')
-rw-r--r-- | polly/test/ScopDetect/error-block-always-executed.ll | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/polly/test/ScopDetect/error-block-always-executed.ll b/polly/test/ScopDetect/error-block-always-executed.ll index d799d57..20d02b1 100644 --- a/polly/test/ScopDetect/error-block-always-executed.ll +++ b/polly/test/ScopDetect/error-block-always-executed.ll @@ -8,14 +8,14 @@ target triple = "x86_64-unknown-linux-gnu" %struct.hoge = type { i32, i32, i32, i32 } ; Function Attrs: nounwind uwtable -define void @widget() #0 { +define void @widget() { bb13: %tmp1 = alloca %struct.hoge, align 4 br i1 undef, label %bb14, label %bb19 bb14: ; preds = %bb13 %tmp = load i32, ptr undef, align 4, !tbaa !1 - call void @quux() #2 + call void @quux() br i1 false, label %bb15, label %bb18 bb15: ; preds = %bb14 @@ -46,11 +46,7 @@ bb25: ; preds = %bb2 unreachable } -declare void @quux() #1 - -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"="+fxsr,+mmx,+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" } -attributes #1 = { "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"="+fxsr,+mmx,+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" } -attributes #2 = { nounwind } +declare void @quux() !llvm.ident = !{!0} |