[llvm-commits] CVS: llvm/include/llvm/Bytecode/WriteBytecodePass.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 28 10:31:09 PDT 2006
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;
}
};
More information about the llvm-commits
mailing list