]> granicus.if.org Git - clang/commit
implement codegen support for most unary operators when
authorChris Lattner <sabre@nondot.org>
Sat, 29 Dec 2007 23:43:37 +0000 (23:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Dec 2007 23:43:37 +0000 (23:43 +0000)
commit17930d9b58a43a1048b2c51a51b51e5ada2d0232
tree935c1bb563b1d865b537fee6a75ce10a5b58eb62
parent0538bc56e3fbb580921082bd80b2ddefb6ed2532
implement codegen support for most unary operators when
initializing a global.  This handles important cases like:
float foo3 = -0.01f;

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