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:
fdbdaac
)
kill trailing space
author
Jason W Kim
<jason.w.kim.2009@gmail.com>
Wed, 1 Dec 2010 19:07:22 +0000
(19:07 +0000)
committer
Jason W Kim
<jason.w.kim.2009@gmail.com>
Wed, 1 Dec 2010 19:07:22 +0000
(19:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120586
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMAsmBackend.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMAsmBackend.cpp
b/lib/Target/ARM/ARMAsmBackend.cpp
index a2d644e590d00baad45645856bd2c6477c5e4099..ac0f160a9c3d0097a5c2c08ede0d82133945b556 100644
(file)
--- a/
lib/Target/ARM/ARMAsmBackend.cpp
+++ b/
lib/Target/ARM/ARMAsmBackend.cpp
@@
-134,7
+134,7
@@
void ELFARMAsmBackend::ApplyFixup(const MCFixup &Fixup, MCDataFragment &DF,
uint64_t Value) const {
uint32_t Mask = 0;
// Fixme: 2 for Thumb
- unsigned NumBytes = 4;
+ unsigned NumBytes = 4;
Value = adjustFixupValue(Fixup.getKind(), Value);
switch (Fixup.getKind()) {