[llvm-commits] [llvm] r86440 - /llvm/trunk/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
Chris Lattner
clattner at apple.com
Sat Nov 7 23:41:44 PST 2009
On Nov 7, 2009, at 9:45 PM, Nick Lewycky wrote:
> Author: nicholas
> Date: Sat Nov 7 23:45:04 2009
> New Revision: 86440
>
> URL: http://llvm.org/viewvc/llvm-project?rev=86440&view=rev
> Log:
> We don't need to byteswap, the interpreter assumes the program is
> running
> native anyways. This fixes a crash using %d and similar in a scanf
> statement.
Thanks Nick, can ByteswapSCANFResults be removed completely?
-Chris
More information about the llvm-commits
mailing list