diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-21 21:48:46 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-21 21:48:46 +0000 |
commit | b47d28bfe8ee904b83138e23760b59681b42c01b (patch) | |
tree | 99f8fb3c0170aef65479c0127576aac8c96eb0b4 /llvm/lib/Bytecode/Writer/WriterInternals.h | |
parent | 2ecc34dd3cf6ec6294bc507f88df034a1e204ce3 (diff) | |
download | bcm5719-llvm-b47d28bfe8ee904b83138e23760b59681b42c01b.tar.gz bcm5719-llvm-b47d28bfe8ee904b83138e23760b59681b42c01b.zip |
* Remove trailing whitespace
* Convert tabs to spaces
llvm-svn: 21418
Diffstat (limited to 'llvm/lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Writer/WriterInternals.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h index 8b5f99e94d3..46ad5c67103 100644 --- a/llvm/lib/Bytecode/Writer/WriterInternals.h +++ b/llvm/lib/Bytecode/Writer/WriterInternals.h @@ -1,10 +1,10 @@ //===- WriterInternals.h - Data structures shared by the Writer -*- C++ -*-===// -// +// // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This header defines the interface used between components of the bytecode @@ -47,24 +47,24 @@ private: void outputInstructions(const Function *F); void outputInstruction(const Instruction &I); void outputInstructionFormat0(const Instruction *I, unsigned Opcode, - const SlotCalculator &Table, - unsigned Type); - void outputInstrVarArgsCall(const Instruction *I, - unsigned Opcode, - const SlotCalculator &Table, - unsigned Type) ; - inline void outputInstructionFormat1(const Instruction *I, - unsigned Opcode, - unsigned *Slots, - unsigned Type) ; - inline void outputInstructionFormat2(const Instruction *I, - unsigned Opcode, - unsigned *Slots, - unsigned Type) ; - inline void outputInstructionFormat3(const Instruction *I, - unsigned Opcode, - unsigned *Slots, - unsigned Type) ; + const SlotCalculator &Table, + unsigned Type); + void outputInstrVarArgsCall(const Instruction *I, + unsigned Opcode, + const SlotCalculator &Table, + unsigned Type) ; + inline void outputInstructionFormat1(const Instruction *I, + unsigned Opcode, + unsigned *Slots, + unsigned Type) ; + inline void outputInstructionFormat2(const Instruction *I, + unsigned Opcode, + unsigned *Slots, + unsigned Type) ; + inline void outputInstructionFormat3(const Instruction *I, + unsigned Opcode, + unsigned *Slots, + unsigned Type) ; void outputModuleInfoBlock(const Module *C); void outputSymbolTable(const SymbolTable &ST); |