summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-30 05:17:29 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-30 05:17:29 +0000
commit6c1d9599d406407d3bf981c4448e92457f252f65 (patch)
treece574fe1f2d532d8d5e9ecafced16c72ad87d211
parent194c00935263e88e3222a531ba1f3f2570b06eb3 (diff)
downloadbcm5719-llvm-6c1d9599d406407d3bf981c4448e92457f252f65.tar.gz
bcm5719-llvm-6c1d9599d406407d3bf981c4448e92457f252f65.zip
Keep comment with 'Subtarget' ivar.
llvm-svn: 198201
-rw-r--r--llvm/lib/Target/ARM/ARMFastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp
index 845bb145e8b..5bb4ba9bd2d 100644
--- a/llvm/lib/Target/ARM/ARMFastISel.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud