diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 23:00:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 23:00:08 +0000 |
commit | 16c3bb31987fd0679fa224ae87ec9a0d38830d3e (patch) | |
tree | 8a381ffce1980cd701a91a73339be5babab26ead /llvm/tools/bugpoint/Miscompilation.cpp | |
parent | 6456d2f26dc6ad676c870d56f9dd37445dd024d0 (diff) | |
download | bcm5719-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.cpp | 2 |
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; |