aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/LinkModules.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-29 17:30:56 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-29 17:30:56 +0000
commit47b14a4a6a455c7be169cfd312fcbe796f0ad426 (patch)
treea6e2b2fdd43f33e304779ba3dc3e77290d9027de /lib/Linker/LinkModules.cpp
parent879313ae3aa2052cc40ba6f0f25c17e7a5a6f0da (diff)
downloadexternal_llvm-47b14a4a6a455c7be169cfd312fcbe796f0ad426.zip
external_llvm-47b14a4a6a455c7be169cfd312fcbe796f0ad426.tar.gz
external_llvm-47b14a4a6a455c7be169cfd312fcbe796f0ad426.tar.bz2
Fix #includes of i*.h => Instructions.h as per PR403.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15334 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker/LinkModules.cpp')
-rw-r--r--lib/Linker/LinkModules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp
index 4cd852c..64eb488 100644
--- a/lib/Linker/LinkModules.cpp
+++ b/lib/Linker/LinkModules.cpp
@@ -21,7 +21,7 @@
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
#include "llvm/SymbolTable.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
#include "llvm/Assembly/Writer.h"
#include <iostream>