diff options
author | Eric Christopher <echristo@apple.com> | 2010-09-10 23:10:30 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-09-10 23:10:30 +0000 |
commit | 44bff903e20574e7ae6b23c7c3f244db39e0a035 (patch) | |
tree | 8b603d13cab14f9193dee58a51d9e15fa962fdfa /lib/Target/ARM | |
parent | 09b2171d7e78de240c4b510dd9808010a5e2efdd (diff) | |
download | external_llvm-44bff903e20574e7ae6b23c7c3f244db39e0a035.zip external_llvm-44bff903e20574e7ae6b23c7c3f244db39e0a035.tar.gz external_llvm-44bff903e20574e7ae6b23c7c3f244db39e0a035.tar.bz2 |
For consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r-- | lib/Target/ARM/ARMFastISel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index 33b84e7..3d17acf 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); |