Files
archived-llvm/test/Transforms/InstSimplify
David Majnemer 35fad14a31 [InstSimplify] Replace calls to null with undef
Calling null is undefined behavior, we can simplify the resulting value
to undef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273777 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-25 07:37:30 +00:00
..