finish eliminating uses of O.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrBuilder.h
index 1de69116cd58ccc2fe2c440242d0249bb24558c3..b424d1101416f6dfc1f819db2b003a5014a849a2 100644 (file)
@@ -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)