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:
5bcb8a6
)
zap dead code.
author
Chris Lattner
<sabre@nondot.org>
Wed, 1 Sep 2010 16:04:34 +0000
(16:04 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 1 Sep 2010 16:04:34 +0000
(16:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112712
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 14592b0709f4b1947046ce07b44e66a66f11b612..75e2a739bf1f8f62eea8591cba4559db3f55398b 100644
(file)
--- a/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@
-167,8
+167,8
@@
public:
};
- ARMOperand(KindTy K, SMLoc S, SMLoc E)
- : Kind(K), StartLoc(S), EndLoc(E) {}
+
//
ARMOperand(KindTy K, SMLoc S, SMLoc E)
+
//
: Kind(K), StartLoc(S), EndLoc(E) {}
ARMOperand(const ARMOperand &o) : MCParsedAsmOperand() {
Kind = o.Kind;