summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2013-06-13 23:53:13 +0000
committerJakub Staszak <kubastaszak@gmail.com>2013-06-13 23:53:13 +0000
commit474ee461da53796667b0f41c979ebf34bc022151 (patch)
tree3dd84a861f666534333d16c7a3f03101fd35f124 /include
parentb7eb5c04065d7e13642e203b0f59fd079d85118c (diff)
downloadllvm-474ee461da53796667b0f41c979ebf34bc022151.tar.gz
llvm-474ee461da53796667b0f41c979ebf34bc022151.tar.bz2
llvm-474ee461da53796667b0f41c979ebf34bc022151.tar.xz
Remove forward declaration of MachineBasicBlock. It is #included anyway.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/FastISel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index 471e9bfc40..4f5a37ca0a 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -26,7 +26,6 @@ class ConstantFP;
class FunctionLoweringInfo;
class Instruction;
class LoadInst;
-class MachineBasicBlock;
class MachineConstantPool;
class MachineFunction;
class MachineInstr;