1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

For consistency.

llvm-svn: 113659
This commit is contained in:
Eric Christopher 2010-09-10 23:10:30 +00:00
parent 4bfc1207f1
commit 1364e542aa

View File

@ -110,6 +110,7 @@ class ARMFastISel : public FastISel {
#include "ARMGenFastISel.inc" #include "ARMGenFastISel.inc"
// Instruction selection routines. // Instruction selection routines.
private:
virtual bool ARMSelectLoad(const Instruction *I); virtual bool ARMSelectLoad(const Instruction *I);
virtual bool ARMSelectStore(const Instruction *I); virtual bool ARMSelectStore(const Instruction *I);
virtual bool ARMSelectBranch(const Instruction *I); virtual bool ARMSelectBranch(const Instruction *I);