summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorElena Demikhovsky <elena.demikhovsky@intel.com>2013-08-06 10:40:45 +0000
committerElena Demikhovsky <elena.demikhovsky@intel.com>2013-08-06 10:40:45 +0000
commit63bd63e4a3558b936600ca15bf260270fe0531b3 (patch)
tree796f75064c6a0712b79533b1bf57b1f3bdb81dd2 /llvm/lib/CodeGen
parentc2e008734b02347c5fa3c888c5a23dda27433afb (diff)
downloadbcm5719-llvm-63bd63e4a3558b936600ca15bf260270fe0531b3.tar.gz
bcm5719-llvm-63bd63e4a3558b936600ca15bf260270fe0531b3.zip
LLVM Interpreter: fixed bug 16694
fix for: Bug 16694 - ExecutionEngine/test-interp-vec-loadstore.ll failing on powerpc-darwin8 (http://llvm.org/bugs/show_bug.cgi?id=16694) The ExecutionEngine/test-interp-vec-loadstore.ll test has been failing on powerpc-darwin8 (on other platforms it passed) the reason of fail was wrong output by printf. this output is checked by FileCheck, but on little-endian powerpc the output numeric data were printed inside out and FileCheck reported fail. the printfs have been replaced by checking data inside test and numeric output has been replaced by the text output like : "int test passed, float test passed". The text output is checked by FileCheck. the dependency on data layout has been removed. done by Yuri Veselov (Intel) llvm-svn: 187791
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud