[llvm] r198201 - Keep comment with 'Subtarget' ivar.

Bill Wendling isanbard at gmail.com
Sun Dec 29 21:17:29 PST 2013


Author: void
Date: Sun Dec 29 23:17:29 2013
New Revision: 198201

URL: http://llvm.org/viewvc/llvm-project?rev=198201&view=rev
Log:
Keep comment with 'Subtarget' ivar.

Modified:
    llvm/trunk/lib/Target/ARM/ARMFastISel.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMFastISel.cpp?rev=198201&r1=198200&r2=198201&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFastISel.cpp Sun Dec 29 23:17:29 2013
@@ -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;





More information about the llvm-commits mailing list