summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/Miscompilation.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-14 23:00:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-14 23:00:08 +0000
commit16c3bb31987fd0679fa224ae87ec9a0d38830d3e (patch)
tree8a381ffce1980cd701a91a73339be5babab26ead /llvm/tools/bugpoint/Miscompilation.cpp
parent6456d2f26dc6ad676c870d56f9dd37445dd024d0 (diff)
downloadbcm5719-llvm-16c3bb31987fd0679fa224ae87ec9a0d38830d3e.tar.gz
bcm5719-llvm-16c3bb31987fd0679fa224ae87ec9a0d38830d3e.zip
Linker.h has a new home.
llvm-svn: 17801
Diffstat (limited to 'llvm/tools/bugpoint/Miscompilation.cpp')
-rw-r--r--llvm/tools/bugpoint/Miscompilation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/Miscompilation.cpp b/llvm/tools/bugpoint/Miscompilation.cpp
index bead5dc9924..ca4fb618265 100644
--- a/llvm/tools/bugpoint/Miscompilation.cpp
+++ b/llvm/tools/bugpoint/Miscompilation.cpp
@@ -17,12 +17,12 @@
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instructions.h"
+#include "llvm/Linker.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Support/Mangler.h"
#include "llvm/Transforms/Utils/Cloning.h"
-#include "llvm/Support/Linker.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileUtilities.h"
using namespace llvm;
OpenPOWER on IntegriCloud