]> granicus.if.org Git - clang/commit
Remove switch/case statements and call GetFloatingPointTy() instead to get the
authorAkira Hatanaka <ahatanaka@mips.com>
Tue, 10 Jan 2012 23:30:49 +0000 (23:30 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Tue, 10 Jan 2012 23:30:49 +0000 (23:30 +0000)
commit9db0a5e7e360d8048c83ee1c46a88c4172182791
tree42a1933499a5ef56e5922e768b0ea8a8f09f9a12
parent6d1080fd1851f18bd40bb46fa074aa1252b13e8e
Remove switch/case statements and call GetFloatingPointTy() instead to get the
floating point type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147894 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp