[SimplifyCFG] Replace calls to null/undef with unreachable
Calling null is undefined behavior, a call to undef can be trivially treated as a call to null. llvm-svn: 273776
Loading
Please register or sign in to comment
Calling null is undefined behavior, a call to undef can be trivially treated as a call to null. llvm-svn: 273776