add some fixme's for MCizing. EH still has a few things that
[oota-llvm.git] / lib / CodeGen / PrologEpilogInserter.h
index 931f1eb231b278cbb7ff27bc6ad565023e57276b..aa95773596cfef28a8787c4276ebb88845627614 100644 (file)
@@ -102,7 +102,8 @@ namespace llvm {
     // When using the scavenger post-pass to resolve frame reference
     // materialization registers, maintain a map of the registers to
     // the constant value and SP adjustment associated with it.
-    typedef std::pair<int, int> FrameConstantEntry;
+    typedef std::pair<TargetRegisterInfo::FrameIndexValue, int>
+      FrameConstantEntry;
     DenseMap<unsigned, FrameConstantEntry> FrameConstantRegMap;
 
 #ifndef NDEBUG