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 | cc766a20d35a336802f0c7ba344956b90d1f715d (patch) | |
| tree | ab2933262d83f5840e72005ee69345520b783f81 /llvm/lib | |
| parent | baae168e631d8bd3c89000dc9ae0afb1ab1a034c (diff) | |
| download | bcm5719-llvm-cc766a20d35a336802f0c7ba344956b90d1f715d.tar.gz bcm5719-llvm-cc766a20d35a336802f0c7ba344956b90d1f715d.zip | |
For consistency.
llvm-svn: 113659
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMFastISel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index 33b84e7474e..3d17acf7f34 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/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); |

