From: Eric Christopher Date: Fri, 10 Sep 2010 23:10:30 +0000 (+0000) Subject: For consistency. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=44bff903e20574e7ae6b23c7c3f244db39e0a035;p=oota-llvm.git For consistency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113659 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index 33b84e7474e..3d17acf7f34 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -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);