diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-02-07 14:02:27 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-02-07 14:02:27 +0000 |
commit | b4409610a25506cdef36ac549287fc3240ae0887 (patch) | |
tree | 55d34fb0f389bb7d18ffb439176ac1adc5d437af /test/CodeGen | |
parent | 8ff0631967c64d51b193b862aa0a6f1e8eb06f78 (diff) | |
download | external_llvm-b4409610a25506cdef36ac549287fc3240ae0887.zip external_llvm-b4409610a25506cdef36ac549287fc3240ae0887.tar.gz external_llvm-b4409610a25506cdef36ac549287fc3240ae0887.tar.bz2 |
R600: Fix assembly name for SETGT_INT
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/R600/selectcc-icmp-select-float.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/selectcc-icmp-select-float.ll b/test/CodeGen/R600/selectcc-icmp-select-float.ll index f65a300..359ca1e 100644 --- a/test/CodeGen/R600/selectcc-icmp-select-float.ll +++ b/test/CodeGen/R600/selectcc-icmp-select-float.ll @@ -2,7 +2,7 @@ ; Note additional optimizations may cause this SGT to be replaced with a ; CND* instruction. -; CHECK: SGT_INT T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], literal.x, -1}} +; CHECK: SETGT_INT T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], literal.x, -1}} ; Test a selectcc with i32 LHS/RHS and float True/False define void @test(float addrspace(1)* %out, i32 addrspace(1)* %in) { |