1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Remove extra space char

llvm-svn: 17834
This commit is contained in:
Misha Brukman 2004-11-15 19:30:05 +00:00
parent c92390c9a9
commit a3b5e5f569

View File

@ -671,7 +671,7 @@ public:
const Module* getModule() { return TheModule; }
private :
private:
void printModule(const Module *M);
void printSymbolTable(const SymbolTable &ST);
void printConstant(const Constant *CPV);