Don't use an i64 return type with webkit_jscc
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 1 Apr 2016 02:51:21 +0000 (02:51 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 1 Apr 2016 02:51:21 +0000 (02:51 +0000)
commit9d41a8f269a284cf1b08c0cd37d3c38be6f0d2a2
treecd5a163b2fc43feb954db2b7ff57f0444ef102e3
parentcc7fba40fe33e7999be7bd7f5cee1ab0ef934658
Don't use an i64 return type with webkit_jscc

Re-enable an assertion enabled by Justin Lebar in rL265092.  rL265092
was breaking test/CodeGen/X86/deopt-intrinsic.ll because webkit_jscc
does not like non-i64 return types.  Change the test case to not do
that.

llvm-svn: 265099
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/test/CodeGen/X86/deopt-intrinsic.ll