summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFastISel.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-08-20 00:20:31 +0000
committerEric Christopher <echristo@apple.com>2010-08-20 00:20:31 +0000
commitd8e8a2945e125f2656ebc8fd2a1e90a70344771a (patch)
tree17f027fb79cff3bd48396310fa2b25c902f0ff29 /llvm/lib/Target/ARM/ARMFastISel.cpp
parentf834bcd659ec8c74587712fe74e4251312733b69 (diff)
downloadbcm5719-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.cpp3
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"
OpenPOWER on IntegriCloud