commit | 02b671388e4dc6f7ca583388f33d6ee7fdb85974 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 15 15:54:43 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 15 15:54:43 2001 +0000 |
tree | 5c92a449fc500a3fbc0c1591dfb27c3b72e58ffb | |
parent | 41c4ddad51e67a5af3ff882e61e7439563b9c8b5 [diff] [blame] |
Be const correct llvm-svn: 826
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h index 2a1875e..ca02d21 100644 --- a/llvm/lib/Target/Sparc/SparcInternals.h +++ b/llvm/lib/Target/Sparc/SparcInternals.h
@@ -1082,7 +1082,7 @@ // module. The specified module must have been compiled before this may be // used. // - virtual void emitAssembly(const Module *M, ostream &OutStr); + virtual void emitAssembly(const Module *M, ostream &OutStr) const; };