mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Add comment.
llvm-svn: 147696
This commit is contained in:
parent
6261307ea5
commit
0710841e1e
@ -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…
x
Reference in New Issue
Block a user