Changes in directory llvm/include/llvm/Bytecode:
WriteBytecodePass.h updated: 1.15 -> 1.16
---
Log message:
remove extraneous space
---
Diffs of the changes: (+1 -1)
WriteBytecodePass.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Bytecode/WriteBytecodePass.h
diff -u llvm/include/llvm/Bytecode/WriteBytecodePass.h:1.15
llvm/include/llvm/Bytecode/WriteBytecodePass.h:1.16
--- llvm/include/llvm/Bytecode/WriteBytecodePass.h:1.15 Thu Apr 21 15:34:13 2005
+++ llvm/include/llvm/Bytecode/WriteBytecodePass.h Mon Aug 28 12:30:49 2006
@@ -36,7 +36,7 @@
}
bool runOnModule(Module &M) {
- WriteBytecodeToFile(&M, *Out, CompressFile );
+ WriteBytecodeToFile(&M, *Out, CompressFile);
return false;
}
};
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits