diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
tree | 4def12e759965de927d963ac65840d663ef9d1ea /test/Transforms/StructurizeCFG/nested-loop-order.ll | |
parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) |
Notes
Diffstat (limited to 'test/Transforms/StructurizeCFG/nested-loop-order.ll')
-rw-r--r-- | test/Transforms/StructurizeCFG/nested-loop-order.ll | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/test/Transforms/StructurizeCFG/nested-loop-order.ll b/test/Transforms/StructurizeCFG/nested-loop-order.ll index 8a506c3e39624..58634d0d37db8 100644 --- a/test/Transforms/StructurizeCFG/nested-loop-order.ll +++ b/test/Transforms/StructurizeCFG/nested-loop-order.ll @@ -63,17 +63,6 @@ ENDIF28: ; preds = %ENDIF br i1 %tmp36, label %ENDLOOP, label %LOOP.outer } -; Function Attrs: nounwind readnone -declare <4 x float> @llvm.SI.vs.load.input(<16 x i8>, i32, i32) #1 - -; Function Attrs: readnone -declare float @llvm.AMDIL.clamp.(float, float, float) #2 - -declare void @llvm.SI.export(i32, i32, i32, i32, i32, float, float, float, float) - -attributes #0 = { "ShaderType"="1" "enable-no-nans-fp-math"="true" "unsafe-fp-math"="true" } +attributes #0 = { "enable-no-nans-fp-math"="true" "unsafe-fp-math"="true" } attributes #1 = { nounwind readnone } attributes #2 = { readnone } - -!0 = !{!1, !1, i64 0, i32 1} -!1 = !{!"const", null} |