diff options
Diffstat (limited to 'polly/test/ScopInfo/mismatching-array-dimensions.ll')
-rw-r--r-- | polly/test/ScopInfo/mismatching-array-dimensions.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/polly/test/ScopInfo/mismatching-array-dimensions.ll b/polly/test/ScopInfo/mismatching-array-dimensions.ll index ed1e28c..f825cbf 100644 --- a/polly/test/ScopInfo/mismatching-array-dimensions.ll +++ b/polly/test/ScopInfo/mismatching-array-dimensions.ll @@ -6,7 +6,7 @@ target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.9.0" ; Function Attrs: nounwind ssp uwtable -define void @hoge(ptr %arg, ptr %arg5, i32 %arg6) #0 { +define void @hoge(ptr %arg, ptr %arg5, i32 %arg6) { bb: br i1 undef, label %bb7, label %bb25 @@ -37,8 +37,6 @@ bb25: ; preds = %bb21, %bb ret void } -attributes #0 = { nounwind ssp 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"="core2" "target-features"="+cx16,+fxsr,+mmx,+sse,+sse2,+sse3,+ssse3" "unsafe-fp-math"="false" "use-soft-float"="false" } - !llvm.module.flags = !{!0, !1, !2} !llvm.ident = !{!3} |