Keep comment with 'Subtarget' ivar.

llvm-svn: 198201
This commit is contained in:
Bill Wendling 2013-12-30 05:17:29 +00:00
parent 194c009352
commit 6c1d9599d4
1 changed files with 1 additions and 1 deletions

View File

@ -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;