projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b28abb
)
Remove unneccesary #include
author
Chris Lattner
<sabre@nondot.org>
Tue, 29 Oct 2002 16:34:12 +0000
(16:34 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 29 Oct 2002 16:34:12 +0000
(16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4374
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/RegisterAllocation.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/RegisterAllocation.h
b/include/llvm/CodeGen/RegisterAllocation.h
index 2227f8eaab43503bf6db11dbb6d3b5cfcd9409c2..a0e5da8a756a5f280c4ac2f0e0379cb283128cb6 100644
(file)
--- a/
include/llvm/CodeGen/RegisterAllocation.h
+++ b/
include/llvm/CodeGen/RegisterAllocation.h
@@
-7,7
+7,7
@@
#ifndef LLVM_CODEGEN_REGISTERALLOCATION_H
#define LLVM_CODEGEN_REGISTERALLOCATION_H
-#include "llvm/Pass.h"
+class Pass;
class TargetMachine;
//----------------------------------------------------------------------------