1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

remove duplicated line

bug noticed by Lauro

llvm-svn: 32761
This commit is contained in:
Rafael Espindola 2006-12-28 12:51:40 +00:00
parent 2cde823f98
commit da5b9584ce

View File

@ -344,7 +344,6 @@ def : Pat<(extloadi1 IntRegs:$addr), (LDRB IntRegs:$addr)>;
// zextload bool -> zextload byte
def : Pat<(i32 (zextloadi1 IntRegs:$addr)), (LDRB IntRegs:$addr)>;
def : Pat<(i32 (zextloadi1 IntRegs:$addr)), (LDRB IntRegs:$addr)>;
// truncstore bool -> truncstore byte.
def : Pat<(truncstorei1 IntRegs:$src, IntRegs:$addr),