projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f3405
)
[LoongArch] Remove dead code. NFC
author
wanglei
<wanglei@loongson.cn>
Fri, 2 Dec 2022 05:48:02 +0000
(13:48 +0800)
committer
wanglei
<wanglei@loongson.cn>
Fri, 2 Dec 2022 05:50:41 +0000
(13:50 +0800)
llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
b/llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
index
5ab6bad
..
a974bb8
100644
(file)
--- a/
llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
+++ b/
llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
@@
-107,8
+107,6
@@
bool LoongArchAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
return true;
}
return false;
-
- return AsmPrinter::PrintAsmMemoryOperand(MI, OpNo, ExtraCode, OS);
}
bool LoongArchAsmPrinter::runOnMachineFunction(MachineFunction &MF) {