summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/assume2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/assume2.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/assume2.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Transforms/InstCombine/assume2.ll b/llvm/test/Transforms/InstCombine/assume2.ll
index c41bbaa04eb..b6c9e05eefd 100644
--- a/llvm/test/Transforms/InstCombine/assume2.ll
+++ b/llvm/test/Transforms/InstCombine/assume2.ll
@@ -2,10 +2,8 @@
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
-; Function Attrs: nounwind
declare void @llvm.assume(i1) #1
-; Function Attrs: nounwind uwtable
define i32 @test1(i32 %a) #0 {
entry:
; CHECK-LABEL: @test1
@@ -20,7 +18,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test2(i32 %a) #0 {
entry:
; CHECK-LABEL: @test2
@@ -36,7 +33,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test3(i32 %a) #0 {
entry:
; CHECK-LABEL: @test3
@@ -51,7 +47,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test4(i32 %a) #0 {
entry:
; CHECK-LABEL: @test4
@@ -67,7 +62,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test5(i32 %a) #0 {
entry:
; CHECK-LABEL: @test5
@@ -82,7 +76,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test6(i32 %a) #0 {
entry:
; CHECK-LABEL: @test6
@@ -97,7 +90,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test7(i32 %a) #0 {
entry:
; CHECK-LABEL: @test7
@@ -112,7 +104,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test8(i32 %a) #0 {
entry:
; CHECK-LABEL: @test8
@@ -127,7 +118,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test9(i32 %a) #0 {
entry:
; CHECK-LABEL: @test9
@@ -141,7 +131,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test10(i32 %a) #0 {
entry:
; CHECK-LABEL: @test10
@@ -155,7 +144,6 @@ entry:
ret i32 %and1
}
-; Function Attrs: nounwind uwtable
define i32 @test11(i32 %a) #0 {
entry:
; CHECK-LABEL: @test11
OpenPOWER on IntegriCloud