diff options
| author | Mehwish Nagda <nagda@cs.uiuc.edu> | 2002-07-22 22:09:35 +0000 |
|---|---|---|
| committer | Mehwish Nagda <nagda@cs.uiuc.edu> | 2002-07-22 22:09:35 +0000 |
| commit | f6f772b1af8b4736b3609b83c0624e2c58ff11c7 (patch) | |
| tree | a8f5ff5986b3d2cf3252bdea2b2a21d5d520beaa /llvm/lib | |
| parent | 08580d4f9145b5440aa7e1fd8b166661739b099e (diff) | |
| download | bcm5719-llvm-f6f772b1af8b4736b3609b83c0624e2c58ff11c7.tar.gz bcm5719-llvm-f6f772b1af8b4736b3609b83c0624e2c58ff11c7.zip | |
moved from CodeGen to this dir
llvm-svn: 2992
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Sparc/MappingInfo.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/lib/Target/Sparc/MappingInfo.h b/llvm/lib/Target/Sparc/MappingInfo.h new file mode 100644 index 00000000000..aa8efaf893e --- /dev/null +++ b/llvm/lib/Target/Sparc/MappingInfo.h @@ -0,0 +1,11 @@ +#ifndef LLVM_CODEGEN_MAPPINGINFO_H +#define LLVM_CODEGEN_MAPPINGINFO_H + +#include <iosfwd> +class Pass; + +Pass *MappingInfoForFunction(std::ostream &out); + +#endif + + |

