Commits

Chris Lattner committed bb389185c1d
move the LLVM IR intrinsics namespace from Builtin.x to Builtin.int_x (e.g. Builtin.int_trap instead of Builtin.trap) to avoid conflicts between IR instructions and intrinsics (e.g. trunc and llvm.trunc). Swift SVN r3621