[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp

Jeff Cohen jeffc at jolt-lang.org
Tue Jul 26 23:12:57 PDT 2005



Changes in directory llvm/lib/Bytecode/Writer:

Writer.cpp updated: 1.106 -> 1.107
---
Log message:

Eliminate all remaining tabs and trailing spaces.

---
Diffs of the changes:  (+1 -1)

 Writer.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.106 llvm/lib/Bytecode/Writer/Writer.cpp:1.107
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.106	Sat Jun 18 13:34:51 2005
+++ llvm/lib/Bytecode/Writer/Writer.cpp	Wed Jul 27 01:12:33 2005
@@ -628,7 +628,7 @@
       Opcode = 57;      // FastCC invoke.
     else if (II->getCallingConv() != CallingConv::C)
       Opcode = 56;      // Invoke escape sequence.
-      
+
   } else if (isa<LoadInst>(I) && cast<LoadInst>(I).isVolatile()) {
     Opcode = 62;
   } else if (isa<StoreInst>(I) && cast<StoreInst>(I).isVolatile()) {






More information about the llvm-commits mailing list