[llvm-commits] [llvm] r113659 - /llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
Eric Christopher
echristo at apple.com
Fri Sep 10 16:10:30 PDT 2010
Author: echristo
Date: Fri Sep 10 18:10:30 2010
New Revision: 113659
URL: http://llvm.org/viewvc/llvm-project?rev=113659&view=rev
Log:
For consistency.
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=113659&r1=113658&r2=113659&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFastISel.cpp Fri Sep 10 18:10:30 2010
@@ -110,6 +110,7 @@
#include "ARMGenFastISel.inc"
// Instruction selection routines.
+ private:
virtual bool ARMSelectLoad(const Instruction *I);
virtual bool ARMSelectStore(const Instruction *I);
virtual bool ARMSelectBranch(const Instruction *I);
More information about the llvm-commits
mailing list