[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp
Reid Spencer
reid at x10sys.com
Mon Apr 16 16:32:49 PDT 2007
Changes in directory llvm/lib/Bytecode/Writer:
Writer.cpp updated: 1.172 -> 1.173
---
Log message:
Make long line fit in 80 cols.
---
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.172 llvm/lib/Bytecode/Writer/Writer.cpp:1.173
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.172 Thu Apr 12 13:32:50 2007
+++ llvm/lib/Bytecode/Writer/Writer.cpp Mon Apr 16 18:32:28 2007
@@ -1000,7 +1000,7 @@
unsigned CC = I->getCallingConv()+1;
unsigned ID = (Slot << 5) | (CC & 15);
- if (I->isDeclaration()) // If external, we don't have an FunctionInfo block.
+ if (I->isDeclaration()) // If external, we don't have an FunctionInfo block.
ID |= 1 << 4;
if (I->getAlignment() || I->hasSection() || (CC & ~15) != 0 ||
More information about the llvm-commits
mailing list