]> granicus.if.org Git - clang/commit
Allow targets to override double size, alignment, and semantics, and tie this
authorNate Begeman <natebegeman@mac.com>
Fri, 18 Apr 2008 05:41:31 +0000 (05:41 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 18 Apr 2008 05:41:31 +0000 (05:41 +0000)
commitc8b1227fa8c17d9881815e40c04e19334be536f8
tree7ec287cfe0e7cf879e52767b4a4753d69ff9a439
parentbef5c8bf65bf9a1ae7bf0d6630e17cf3eeae8cc4
Allow targets to override double size, alignment, and semantics, and tie this
information into the IR type codegen.  This allows a target to codegen the C
'double' type as either double or float.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49898 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetInfo.h
lib/CodeGen/CodeGenTypes.cpp