Fix to reference the right header

llvm-svn: 915
This commit is contained in:
Chris Lattner 2001-10-19 15:39:14 +00:00
parent 6b1d2691c6
commit 3923967f1e

View File

@ -12,7 +12,7 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Optimizations/AllOpts.h"
#include "llvm/Transforms/Instrumentation/TraceValues.h"
#include "llvm/Transforms/PrintModulePass.h"
#include "llvm/Assembly/PrintModulePass.h"
#include "llvm/Transforms/ConstantMerge.h"
#include <fstream>