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 d0ced3f1e8
commit 865b979833
1 changed files with 0 additions and 1 deletions

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),