summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-29 21:03:08 +0000
committerChris Lattner <sabre@nondot.org>2004-02-29 21:03:08 +0000
commite8d43fdced3432405ae8cbacc4b1ff2b7bc49e14 (patch)
treef64281a7440cdf849f3e75aaa074122060b9aadf
parent61f57fae7ae357e818b30974455b6dbbf058b632 (diff)
downloadllvm-e8d43fdced3432405ae8cbacc4b1ff2b7bc49e14.tar.gz
llvm-e8d43fdced3432405ae8cbacc4b1ff2b7bc49e14.tar.bz2
llvm-e8d43fdced3432405ae8cbacc4b1ff2b7bc49e14.tar.xz
Urg, forgot to check this in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12007 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/MachineCodeForInstruction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineCodeForInstruction.cpp b/lib/CodeGen/MachineCodeForInstruction.cpp
index 75ee28878e..da9819c552 100644
--- a/lib/CodeGen/MachineCodeForInstruction.cpp
+++ b/lib/CodeGen/MachineCodeForInstruction.cpp
@@ -24,7 +24,6 @@
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/CodeGen/MachineInstrAnnot.h"
#include "llvm/Instruction.h"
using namespace llvm;