Skip to content
Commit a6a17d77 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

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
parent 96cf758d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment