aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/InstrScheduling.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/InstrScheduling.h')
-rw-r--r--include/llvm/CodeGen/InstrScheduling.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/InstrScheduling.h b/include/llvm/CodeGen/InstrScheduling.h
index 40ce442..816aa7e 100644
--- a/include/llvm/CodeGen/InstrScheduling.h
+++ b/include/llvm/CodeGen/InstrScheduling.h
@@ -15,6 +15,8 @@
#ifndef LLVM_CODEGEN_INSTR_SCHEDULING_H
#define LLVM_CODEGEN_INSTR_SCHEDULING_H
+namespace llvm {
+
class FunctionPass;
class TargetMachine;
@@ -30,4 +32,6 @@ class TargetMachine;
FunctionPass *createInstructionSchedulingWithSSAPass(const TargetMachine &TM);
+} // End llvm namespace
+
#endif