summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrSelection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/InstrSelection.h')
-rw-r--r--include/llvm/CodeGen/InstrSelection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/InstrSelection.h b/include/llvm/CodeGen/InstrSelection.h
index 1a3023018d..18f4b7fc62 100644
--- a/include/llvm/CodeGen/InstrSelection.h
+++ b/include/llvm/CodeGen/InstrSelection.h
@@ -30,7 +30,7 @@ extern void GetInstructionsByRule (InstructionNode* subtreeRoot,
int ruleForNode,
short* nts,
TargetMachine &Target,
- vector<MachineInstr*>& mvec);
+ std::vector<MachineInstr*>& mvec);
extern bool ThisIsAChainRule (int eruleno);