mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-17 00:50:58 +00:00
remove duplicated line
bug noticed by Lauro git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8f9f4af54
commit
6547c55988
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user