diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-28 20:40:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-28 20:40:59 +0000 |
commit | d50b6712804c222a54534ba40dd8b0f660ffce43 (patch) | |
tree | 709bb652c361586489f88d89bc697d9a3240cb31 /lib/Target/SparcV9/EmitBytecodeToAssembly.cpp | |
parent | b6dcbfc6d1d18e9b3a5dcd0df5f00f7ac3d0100f (diff) |
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
Diffstat (limited to 'lib/Target/SparcV9/EmitBytecodeToAssembly.cpp')
-rw-r--r-- | lib/Target/SparcV9/EmitBytecodeToAssembly.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp b/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp index 388669e7e0..92420f9421 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 <iostream> |