]> granicus.if.org Git - clang/commit
Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the handwritt...
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 28 Jun 2012 19:10:01 +0000 (19:10 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 28 Jun 2012 19:10:01 +0000 (19:10 +0000)
commite327aa81e38d9d17702f95ad4df56f8e3e9b7e91
treece9dc99f7806ae75128864fbb783165d5199a1bf
parentfbf7005138d199bad238f0dd1ff509931a24ab10
Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the handwritten emitter.

The generated code uncovered an invalid prototype for __builtin_mips_shilo, fix it along the way.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159368 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsMips.def
lib/CodeGen/CGBuiltin.cpp