diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-12-30 05:17:29 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-12-30 05:17:29 +0000 |
commit | 6c1d9599d406407d3bf981c4448e92457f252f65 (patch) | |
tree | ce574fe1f2d532d8d5e9ecafced16c72ad87d211 | |
parent | 194c00935263e88e3222a531ba1f3f2570b06eb3 (diff) | |
download | bcm5719-llvm-6c1d9599d406407d3bf981c4448e92457f252f65.tar.gz bcm5719-llvm-6c1d9599d406407d3bf981c4448e92457f252f65.zip |
Keep comment with 'Subtarget' ivar.
llvm-svn: 198201
-rw-r--r-- | llvm/lib/Target/ARM/ARMFastISel.cpp | 2 |
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; |