Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg),...
Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)) just because the function has multiple return values even if their return types are the same. Patch by Eduard Burtescu! llvm-svn: 199564
Loading
Please register or sign in to comment