projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1644877
)
remove extraneous space
author
Chris Lattner
<sabre@nondot.org>
Mon, 28 Aug 2006 17:30:49 +0000
(17:30 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 28 Aug 2006 17:30:49 +0000
(17:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29940
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Bytecode/WriteBytecodePass.h
patch
|
blob
|
history
diff --git
a/include/llvm/Bytecode/WriteBytecodePass.h
b/include/llvm/Bytecode/WriteBytecodePass.h
index a102863509a0d0e18fac5090df6b1bdd3c23fc6f..198cc026296507b17a1e1c28fd5a59cbe8476a58 100644
(file)
--- a/
include/llvm/Bytecode/WriteBytecodePass.h
+++ b/
include/llvm/Bytecode/WriteBytecodePass.h
@@
-36,7
+36,7
@@
public:
}
bool runOnModule(Module &M) {
- WriteBytecodeToFile(&M, *Out, CompressFile
);
+ WriteBytecodeToFile(&M, *Out, CompressFile);
return false;
}
};