[NFC][RegAlloc] InlineSpiller::Original is a Register
authorMircea Trofin <mtrofin@google.com>
Wed, 17 Feb 2021 20:07:27 +0000 (12:07 -0800)
committerMircea Trofin <mtrofin@google.com>
Wed, 17 Feb 2021 20:07:59 +0000 (12:07 -0800)
llvm/lib/CodeGen/InlineSpiller.cpp

index 876e1d3..c315043 100644 (file)
@@ -173,7 +173,7 @@ class InlineSpiller : public Spiller {
   LiveRangeEdit *Edit;
   LiveInterval *StackInt;
   int StackSlot;
-  unsigned Original;
+  Register Original;
 
   // All registers to spill to StackSlot, including the main register.
   SmallVector<Register, 8> RegsToSpill;