From 1364e542aa06c54a7ebce2e8bc1f62fc58468a95 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 10 Sep 2010 23:10:30 +0000 Subject: [PATCH] For consistency. llvm-svn: 113659 --- lib/Target/ARM/ARMFastISel.cpp | 1 + 1 file changed, 1 insertion(+) 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);