mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-14 06:37:33 +00:00
Remove extra spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17629 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99c448846b
commit
35c4c33879
@ -28,8 +28,8 @@ class WriteBytecodePass : public ModulePass {
|
||||
public:
|
||||
WriteBytecodePass()
|
||||
: Out(&std::cout), DeleteStream(false), CompressFile(true) {}
|
||||
WriteBytecodePass(std::ostream *o, bool DS = false, bool CF = true )
|
||||
: Out(o), DeleteStream(DS), CompressFile(CF) {}
|
||||
WriteBytecodePass(std::ostream *o, bool DS = false, bool CF = true)
|
||||
: Out(o), DeleteStream(DS), CompressFile(CF) {}
|
||||
|
||||
inline ~WriteBytecodePass() {
|
||||
if (DeleteStream) delete Out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user