projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a26847
)
Removed unnecessary Mangler creation.
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 10 Sep 2006 21:17:03 +0000
(21:17 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 10 Sep 2006 21:17:03 +0000
(21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30239
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMAsmPrinter.cpp
b/lib/Target/ARM/ARMAsmPrinter.cpp
index 2a0c4042ba3e2100201444257e11f21045af2c62..f5ab0e930fe96449c8c46240d39b9b4389ee5d9d 100644
(file)
--- a/
lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/
lib/Target/ARM/ARMAsmPrinter.cpp
@@
-201,7
+201,6
@@
void ARMAsmPrinter::printCCOperand(const MachineInstr *MI, int opNum) {
}
bool ARMAsmPrinter::doInitialization(Module &M) {
- Mang = new Mangler(M);
return false; // success
}