projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd2ffb
)
[NFC][RegAlloc] InlineSpiller::Original is a Register
author
Mircea Trofin
<mtrofin@google.com>
Wed, 17 Feb 2021 20:07:27 +0000
(12:07 -0800)
committer
Mircea Trofin
<mtrofin@google.com>
Wed, 17 Feb 2021 20:07:59 +0000
(12:07 -0800)
llvm/lib/CodeGen/InlineSpiller.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/InlineSpiller.cpp
b/llvm/lib/CodeGen/InlineSpiller.cpp
index
876e1d3
..
c315043
100644
(file)
--- a/
llvm/lib/CodeGen/InlineSpiller.cpp
+++ b/
llvm/lib/CodeGen/InlineSpiller.cpp
@@
-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;