Add #include that was removed from TargetMachine.h
authorChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 20:40:59 +0000 (20:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 20:40:59 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2381 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/EmitBytecodeToAssembly.cpp
lib/Target/SparcV9/SparcV9AsmPrinter.cpp

index 388669e7e08ddd0963c60dc7cd3962f14b6d8c08..92420f9421f4c68e1a82bb654daa841078eed8f1 100644 (file)
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "SparcInternals.h"
+#include "llvm/Pass.h"
 #include "llvm/Bytecode/Writer.h"
 #include <iostream>
 
index c823e91d1c99bcb99ea8b3b69d44cbf56496adfc..fa2aeaa3b1176b0b7850dad507ae7e934d5712aa 100644 (file)
@@ -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"