]> granicus.if.org Git - clang/commit
add codegen support for storing into a single-element ocu lvalue, such as:
authorChris Lattner <sabre@nondot.org>
Fri, 3 Aug 2007 16:28:33 +0000 (16:28 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 3 Aug 2007 16:28:33 +0000 (16:28 +0000)
commit017d6aa8e67da23b6333f669aff1e875c05fd88f
tree8b01e3709b5ae78279ce6e05c0151b9ea0d6d9a9
parent34cdc86af5b0a54084a512a1b2643365b8f5bdd2
add codegen support for storing into a single-element ocu lvalue, such as:

    vec2.x = f;

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40781 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGExpr.cpp
CodeGen/CodeGenFunction.h