Fix unintentional fallthrough. Patch by Edmund Grimley-Evans <Edmund.Grimley-Evans...
[oota-llvm.git] / lib / Target / ARM / ARMBaseInstrInfo.h
index fb0b3afff9c0d10938fdfe03dfeec7bf900d9192..7a5630ea37c5fedb9ea786f60b956240d679a39d 100644 (file)
@@ -270,7 +270,7 @@ public:
                                     const TargetRegisterClass *RC) const;
 
   virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
-                                                 unsigned FrameIx,
+                                                 int FrameIx,
                                                  uint64_t Offset,
                                                  const MDNode *MDPtr,
                                                  DebugLoc DL) const;