projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a76cd
)
I think I know what you meant here, but just to be safe I'll let you
author
Duraid Madina
<duraid@octopus.com.au>
Mon, 21 Nov 2005 14:09:40 +0000
(14:09 +0000)
committer
Duraid Madina
<duraid@octopus.com.au>
Mon, 21 Nov 2005 14:09:40 +0000
(14:09 +0000)
do it. :)
<_sabre_> excuses excuses
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24471
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/RegAllocLinearScan.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/RegAllocLinearScan.cpp
b/lib/CodeGen/RegAllocLinearScan.cpp
index 9bad0d376f8f87f2dcfe20cbea61a40c51f9b0d7..815f474090ffc502ae5b92e6505ef85123e0790a 100644
(file)
--- a/
lib/CodeGen/RegAllocLinearScan.cpp
+++ b/
lib/CodeGen/RegAllocLinearScan.cpp
@@
-547,7
+547,7
@@
void RA::assignRegOrStackSlotAtInterval(LiveInterval* cur)
minReg = reg;
}
}
- assert(minReg && "Didn't find any reg!");
+
// FIXME:
assert(minReg && "Didn't find any reg!");
DEBUG(std::cerr << "\t\tregister with min weight: "
<< mri_->getName(minReg) << " (" << minWeight << ")\n");