summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit12b4b7c5f685de6c11018106f1091878579eed14 (patch)
tree237567e7d70235606cf4f4fc7455a8315ed205cb /llvm/lib/Target/PowerPC/PPCInstrBuilder.h
parent59ef95bfc164db560da0a7103f4a40e4413edc9a (diff)
downloadbcm5719-llvm-12b4b7c5f685de6c11018106f1091878579eed14.tar.gz
bcm5719-llvm-12b4b7c5f685de6c11018106f1091878579eed14.zip
Do not put bunch of target-specific stuff into common namespace
llvm-svn: 75971
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstrBuilder.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrBuilder.h b/llvm/lib/Target/PowerPC/PPCInstrBuilder.h
index 1de69116cd5..b424d110141 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrBuilder.h
+++ b/llvm/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)
OpenPOWER on IntegriCloud