summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-04-13 00:39:48 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-04-13 00:39:48 +0000
commitb34eea9cb51af655cc7f1385e68521cc68f56aa1 (patch)
treeb2e782534c8b536b7ddebe1539a09c84d33c5d6a /llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll
parent0d8d1d1cb28c7fd58a184e85b01bc22f090b8f23 (diff)
downloadbcm5719-llvm-b34eea9cb51af655cc7f1385e68521cc68f56aa1.tar.gz
bcm5719-llvm-b34eea9cb51af655cc7f1385e68521cc68f56aa1.zip
AMDGPU: Remove leftover ShaderType attributes in tests
llvm-svn: 266155
Diffstat (limited to 'llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll')
-rw-r--r--llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll b/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll
index 2ef1a4f1095..58634d0d37d 100644
--- a/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll
+++ b/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll
@@ -63,6 +63,6 @@ ENDIF28: ; preds = %ENDIF
br i1 %tmp36, label %ENDLOOP, label %LOOP.outer
}
-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 }
OpenPOWER on IntegriCloud