diff --git a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 4ec083c8ea32..253615583cb1 100644 --- a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -126,7 +126,7 @@ private: void buildInterferenceGraphs(); void saveStateForValue (std::vector &state, - const Value *V, unsigned Insn, int Opnd); + const Value *V, int Insn, int Opnd); void saveState(); void verifySavedState();