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:
aaa8df4
)
Whitespeace
author
Eric Christopher
<echristo@apple.com>
Tue, 2 Nov 2010 01:22:45 +0000
(
01:22
+0000)
committer
Eric Christopher
<echristo@apple.com>
Tue, 2 Nov 2010 01:22:45 +0000
(
01:22
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117995
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 bb6b93ace7d6746842143e39feedd51b97b85a45..41e63dc56517db9b912f978fb23dcf550d442e07 100644
(file)
--- a/
lib/Target/ARM/ARMFastISel.cpp
+++ b/
lib/Target/ARM/ARMFastISel.cpp
@@
-682,7
+682,7
@@
bool ARMFastISel::ARMComputeRegOffset(const Value *Obj, unsigned &Base,
}
// Try to get this in a register if nothing else has worked.
- if (Base == 0) Base
= getRegForValue(Obj);
+ if (Base == 0) Base = getRegForValue(Obj);
return Base != 0;
}