From: Chris Lattner Date: Sun, 28 Apr 2002 20:40:59 +0000 (+0000) Subject: Add #include that was removed from TargetMachine.h X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d50b6712804c222a54534ba40dd8b0f660ffce43;p=oota-llvm.git Add #include that was removed from TargetMachine.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2381 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp b/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp index 388669e7e08..92420f9421f 100644 --- a/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp +++ b/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp @@ -7,6 +7,7 @@ //===----------------------------------------------------------------------===// #include "SparcInternals.h" +#include "llvm/Pass.h" #include "llvm/Bytecode/Writer.h" #include diff --git a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp index c823e91d1c9..fa2aeaa3b11 100644 --- a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp +++ b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp @@ -22,6 +22,7 @@ #include "llvm/Function.h" #include "llvm/Module.h" #include "llvm/SlotCalculator.h" +#include "llvm/Pass.h" #include "llvm/Assembly/Writer.h" #include "Support/StringExtras.h" #include "Support/HashExtras.h"