1. Don't swap byte order in scanf. It isn't necessary and leads to
authorReid Spencer <rspencer@reidspencer.com>
Thu, 26 Apr 2007 18:19:35 +0000 (18:19 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 26 Apr 2007 18:19:35 +0000 (18:19 +0000)
commit6bc6333a1059b0ee9b3b7c2685f4daf370ae67bd
tree8f1e40951145a5e14ee4d2796d18a36913c140a3
parentdfa1ec3bc24930cbc42283ee8337c0711580fe1f
1. Don't swap byte order in scanf. It isn't necessary and leads to
   incorrect results (canonicalization was dropped several commits ago).
2. Add support for fscanf.
3. Suppress a warning about cast to pointer from non-pointer-sized integer.

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