search for: 69436f29

Displaying 2 results from an estimated 2 matches for "69436f29".

2007 Nov 07
0
[LLVMdev] RFC: llvm-convert.cpp Patch
...a lot of bogus handling of volatility in the complex number stuff. Ciao, D. -------------- next part -------------- A non-text attachment was scrubbed... Name: align.diff Type: text/x-diff Size: 43684 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071107/69436f29/attachment.diff>
2007 Nov 07
3
[LLVMdev] RFC: llvm-convert.cpp Patch
How about this patch then? -bw Index: gcc/llvm-convert.cpp =================================================================== --- gcc/llvm-convert.cpp (revision 43658) +++ gcc/llvm-convert.cpp (working copy) @@ -758,7 +758,7 @@ } -Value *TreeToLLVM::Emit(tree exp, Value *DestLoc) { +Value *TreeToLLVM::Emit(tree exp, Value *DestLoc, unsigned Alignment) {