Keep comment with 'Subtarget' ivar.
authorBill Wendling <isanbard@gmail.com>
Mon, 30 Dec 2013 05:17:29 +0000 (05:17 +0000)
committerBill 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

index 845bb145e8b6190969e4e8c0fbeb0849adf9bdec..5bb4ba9bd2d20c686d68e1c162ae6436b136a8cd 100644 (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;