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:
bba2331
)
Keep comment with 'Subtarget' ivar.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 30 Dec 2013 05:17:29 +0000
(
05:17
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 30 Dec 2013 05:17:29 +0000
(
05:17
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198201
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 845bb145e8b6190969e4e8c0fbeb0849adf9bdec..5bb4ba9bd2d20c686d68e1c162ae6436b136a8cd 100644
(file)
--- a/
lib/Target/ARM/ARMFastISel.cpp
+++ b/
lib/Target/ARM/ARMFastISel.cpp
@@
-77,8
+77,8
@@
class ARMFastISel : public FastISel {
/// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
/// make the right decision when generating code for different targets.
- Module &M;
const ARMSubtarget *Subtarget;
+ Module &M;
const TargetMachine &TM;
const TargetInstrInfo &TII;
const TargetLowering &TLI;