mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147696 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e016789b73
commit
4bf76e0e28
@ -903,6 +903,10 @@ static bool isFoldedOrDeadInstruction(const Instruction *I,
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
// Collect per Instruction statistics for fast-isel misses. Only those
|
||||
// instructions that cause the bail are accounted for. It does not account for
|
||||
// instructions higher in the block. Thus, summing the per instructions stats
|
||||
// will not add up to what is reported by NumFastIselFailures.
|
||||
static void collectFailStats(const Instruction *I) {
|
||||
switch (I->getOpcode()) {
|
||||
default: assert (0 && "<Invalid operator> ");
|
||||
|
Loading…
Reference in New Issue
Block a user