From 496222a1a803fc38b447dbe52b46c31baa7e381b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 15 Dec 2006 21:46:37 +0000 Subject: Remove an extraneous { at the end of a block. llvm-svn: 32613 --- llvm/lib/Bytecode/Reader/Analyzer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Bytecode') diff --git a/llvm/lib/Bytecode/Reader/Analyzer.cpp b/llvm/lib/Bytecode/Reader/Analyzer.cpp index 3d6a001080e..078360249c6 100644 --- a/llvm/lib/Bytecode/Reader/Analyzer.cpp +++ b/llvm/lib/Bytecode/Reader/Analyzer.cpp @@ -387,7 +387,7 @@ public: virtual void handleBasicBlockEnd(unsigned blocknum) { if (os) - *os << " } END BLOCK: BasicBlock #" << blocknum << "{\n"; + *os << " } END BLOCK: BasicBlock #" << blocknum << "\n"; } virtual void handleGlobalConstantsBegin() { -- cgit v1.2.3