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:
975716a
)
Kill some dead code.
author
Jim Grosbach
<grosbach@apple.com>
Mon, 16 May 2011 22:24:07 +0000
(22:24 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Mon, 16 May 2011 22:24:07 +0000
(22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131431
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMFastISel.cpp
b/lib/Target/ARM/ARMFastISel.cpp
index f5c4605e3eab20d42cb8104f15ca315d0dd656cf..229c129ea85b5e0572f93f2892f648f9234b0f55 100644
(file)
--- a/
lib/Target/ARM/ARMFastISel.cpp
+++ b/
lib/Target/ARM/ARMFastISel.cpp
@@
-71,12
+71,10
@@
namespace {
} Base;
int Offset;
- unsigned Scale;
- unsigned PlusReg;
// Innocuous defaults for our address.
Address()
- : BaseType(RegBase), Offset(0)
, Scale(0), PlusReg(0)
{
+ : BaseType(RegBase), Offset(0) {
Base.Reg = 0;
}
} Address;