summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-28 20:40:59 +0000
committerChris Lattner <sabre@nondot.org>2002-04-28 20:40:59 +0000
commit63c52f38058e5bad54d518407d9b4a897eb18688 (patch)
treead495d15e8270a979528ce423171ce6e9603ec94 /llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp
parent5cf963e3e0e01dc8c2d5f794458506175bdbba5d (diff)
downloadbcm5719-llvm-63c52f38058e5bad54d518407d9b4a897eb18688.tar.gz
bcm5719-llvm-63c52f38058e5bad54d518407d9b4a897eb18688.zip
Add #include that was removed from TargetMachine.h
llvm-svn: 2381
Diffstat (limited to 'llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp')
-rw-r--r--llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp b/llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp
index 388669e7e08..92420f9421f 100644
--- a/llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp
+++ b/llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp
@@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
#include "SparcInternals.h"
+#include "llvm/Pass.h"
#include "llvm/Bytecode/Writer.h"
#include <iostream>
OpenPOWER on IntegriCloud