summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-15 19:30:05 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-15 19:30:05 +0000
commitd92f54ae6e3d89db1c93092476e122f9ad195f5d (patch)
tree9b8fc6b5ac8808d6399a345b72cd28ecf55bcba0 /llvm
parent8213dae3173cb622b3c59268aefa29e227db808c (diff)
downloadbcm5719-llvm-d92f54ae6e3d89db1c93092476e122f9ad195f5d.tar.gz
bcm5719-llvm-d92f54ae6e3d89db1c93092476e122f9ad195f5d.zip
Remove extra space char
llvm-svn: 17834
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/VMCore/AsmWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp
index 22a0ca001a1..0b10218ca40 100644
--- a/llvm/lib/VMCore/AsmWriter.cpp
+++ b/llvm/lib/VMCore/AsmWriter.cpp
@@ -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);
OpenPOWER on IntegriCloud