We don't need to byteswap, the interpreter assumes the program is running
authorNick Lewycky <nicholas@mxc.ca>
Sun, 8 Nov 2009 05:45:04 +0000 (05:45 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 8 Nov 2009 05:45:04 +0000 (05:45 +0000)
commit327127909eb8500edcdaae3ce9bd952b08003e59
treebfbed198d17255bf623dee311a23487ae71c3e2a
parent474f0df3ac86691fc2aaa201cacc7b5d0005d236
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86440 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp