For consistency.
authorEric Christopher <echristo@apple.com>
Fri, 10 Sep 2010 23:10:30 +0000 (23:10 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 10 Sep 2010 23:10:30 +0000 (23:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113659 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMFastISel.cpp

index 33b84e7474eac7af1b6367f535af3047e6a0ece4..3d17acf7f345e8bd8458ad732643f81656b36314 100644 (file)
@@ -110,6 +110,7 @@ class ARMFastISel : public FastISel {
   #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);