R600/SI: Remove duplicate pattern

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tom Stellard 2014-05-16 20:56:37 +00:00
parent 1ce3088669
commit 03b96200c6

View File

@ -1127,11 +1127,6 @@ def : Pat <
(V_CNDMASK_B32_e64 $src0, $src1, $src2)
>;
def : Pat <
(i32 (trunc i64:$val)),
(EXTRACT_SUBREG $val, sub0)
>;
def V_READLANE_B32 : VOP2 <
0x00000001,
(outs SReg_32:$vdst),