aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-07 07:42:25 +0000
committerChris Lattner <sabre@nondot.org>2008-01-07 07:42:25 +0000
commit8eaa5a97f96678525911d3922561f6776966c138 (patch)
tree72ff0f342e414cd57399b42fa3c767cfd54705e1 /lib/CodeGen/MachineBasicBlock.cpp
parent170d3dd9819b497ac65448c071077af3dfb56804 (diff)
downloadexternal_llvm-8eaa5a97f96678525911d3922561f6776966c138.tar.gz
external_llvm-8eaa5a97f96678525911d3922561f6776966c138.tar.bz2
external_llvm-8eaa5a97f96678525911d3922561f6776966c138.zip
remove #includage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45697 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r--lib/CodeGen/MachineBasicBlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineBasicBlock.cpp b/lib/CodeGen/MachineBasicBlock.cpp
index a85239b834..aba3f87ea9 100644
--- a/lib/CodeGen/MachineBasicBlock.cpp
+++ b/lib/CodeGen/MachineBasicBlock.cpp
@@ -16,7 +16,7 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Target/MRegisterInfo.h"
#include "llvm/Target/TargetData.h"
-#include "llvm/Target/TargetInstrInfo.h"
+#include "llvm/Target/TargetInstrDesc.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/LeakDetector.h"
#include <algorithm>