aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrBuilder.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:03:08 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:03:08 +0000
commitccba5bbbff714c079b520f2d2187f3cb8aba9be8 (patch)
tree8f8ef7b046141bca81a68be303f3a025f1e7bf87 /lib/Target/PowerPC/PPCInstrBuilder.h
parentbf21bacf06face4cfceaea3f88c6c0f046489cad (diff)
downloadexternal_llvm-ccba5bbbff714c079b520f2d2187f3cb8aba9be8.zip
external_llvm-ccba5bbbff714c079b520f2d2187f3cb8aba9be8.tar.gz
external_llvm-ccba5bbbff714c079b520f2d2187f3cb8aba9be8.tar.bz2
Do not put bunch of target-specific stuff into common namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrBuilder.h')
-rw-r--r--lib/Target/PowerPC/PPCInstrBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrBuilder.h b/lib/Target/PowerPC/PPCInstrBuilder.h
index 1de6911..b424d11 100644
--- a/lib/Target/PowerPC/PPCInstrBuilder.h
+++ b/lib/Target/PowerPC/PPCInstrBuilder.h
@@ -29,7 +29,7 @@ namespace llvm {
/// reference has base register as the FrameIndex offset until it is resolved.
/// This allows a constant offset to be specified as well...
///
-inline const MachineInstrBuilder&
+static inline const MachineInstrBuilder&
addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0,
bool mem = true) {
if (mem)