From: Bill Wendling Date: Mon, 30 Dec 2013 05:17:29 +0000 (+0000) Subject: Keep comment with 'Subtarget' ivar. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e58e03822fc0aae8c1fb335611315f897ab0962;p=oota-llvm.git Keep comment with 'Subtarget' ivar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198201 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index 845bb145e8b..5bb4ba9bd2d 100644 --- 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;