move all the opcodes out of DAGISelHeader.h (which gets
[oota-llvm.git] / lib / CodeGen / PseudoSourceValue.cpp
index e95f017fc39694387af1841b491928a99ff3e744..7fb3e6e6d2d287aac9d2aa68f6339861c0ac5deb 100644 (file)
@@ -109,3 +109,7 @@ bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const {
   // Spill slots will not alias any LLVM IR value.
   return !MFI->isSpillSlotObjectIndex(FI);
 }
+
+void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const {
+  OS << "FixedStack" << FI;
+}