diff options
| author | Eric Christopher <echristo@apple.com> | 2010-08-20 00:20:31 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-08-20 00:20:31 +0000 |
| commit | d8e8a2945e125f2656ebc8fd2a1e90a70344771a (patch) | |
| tree | 17f027fb79cff3bd48396310fa2b25c902f0ff29 /llvm/lib/Target/ARM/ARMFastISel.cpp | |
| parent | f834bcd659ec8c74587712fe74e4251312733b69 (diff) | |
| download | bcm5719-llvm-d8e8a2945e125f2656ebc8fd2a1e90a70344771a.tar.gz bcm5719-llvm-d8e8a2945e125f2656ebc8fd2a1e90a70344771a.zip | |
Add a couple of random comments.
llvm-svn: 111592
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFastISel.cpp')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMFastISel.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index 6dbf0fc98ba..a61fca1f252 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/lib/Target/ARM/ARMFastISel.cpp @@ -67,6 +67,7 @@ class ARMFastISel : public FastISel { Subtarget = &TM.getSubtarget<ARMSubtarget>(); } + // Code from FastISel.cpp. virtual unsigned FastEmitInst_(unsigned MachineInstOpcode, const TargetRegisterClass *RC); virtual unsigned FastEmitInst_r(unsigned MachineInstOpcode, @@ -95,6 +96,8 @@ class ARMFastISel : public FastISel { virtual unsigned FastEmitInst_extractsubreg(MVT RetVT, unsigned Op0, bool Op0IsKill, uint32_t Idx); + + // Backend specific FastISel code. virtual bool TargetSelectInstruction(const Instruction *I); #include "ARMGenFastISel.inc" |

