mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
Keep comment with 'Subtarget' ivar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198201 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bba2331876
commit
8e58e03822
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user