diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-01-23 05:42:49 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-01-23 05:42:49 +0000 |
commit | 8aa56781255431723ae546198da2026389e2d506 (patch) | |
tree | 6f4aa1007a981920b2b7a110649ee4c3674afc6f /llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll | |
parent | 325cca33eccacea641bb913ba77c8e2f07d4ad66 (diff) | |
download | bcm5719-llvm-8aa56781255431723ae546198da2026389e2d506.tar.gz bcm5719-llvm-8aa56781255431723ae546198da2026389e2d506.zip |
AMDGPU: Replace some deprecated intrinsic uses in tests
llvm-svn: 258614
Diffstat (limited to 'llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll')
-rw-r--r-- | llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll | 2 |
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 8a506c3e396..9f1e5a94138 100644 --- a/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll +++ b/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll @@ -67,7 +67,7 @@ ENDIF28: ; preds = %ENDIF 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 float @llvm.AMDGPU.clamp.f32(float, float, float) #2 declare void @llvm.SI.export(i32, i32, i32, i32, i32, float, float, float, float) |