1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00

Oops, missed one.

llvm-svn: 45719
This commit is contained in:
Owen Anderson 2008-01-07 21:32:09 +00:00
parent 692d2acef8
commit 6f06a8e8d2

View File

@ -268,7 +268,7 @@ static bool isKillInst(LiveVariables::VarInfo& V, MachineInstr* MI) {
/// trick parameter is 'mode' which tells it the relationship of the two
/// registers. 0 - defined in the same block, 1 - first properly dominates
/// second, 2 - second properly dominates first
bool interferes(LiveVariables::VarInfo& First, LiveVariables::VarInfo& Second,
static bool interferes(LiveVariables::VarInfo& First, LiveVariables::VarInfo& Second,
MachineBasicBlock* scan, unsigned mode) {
MachineInstr* def = 0;
MachineInstr* kill = 0;