]> granicus.if.org Git - clang/commit
"Implement" codegen support for __noop().
authorNico Weber <nicolasweber@gmx.de>
Sat, 13 Oct 2012 22:30:41 +0000 (22:30 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 13 Oct 2012 22:30:41 +0000 (22:30 +0000)
commit27844533aad5c165523a5926424097699610d3f0
tree2a93afc7affd7ec05871ce0780711422cd479fb3
parent43085815b1b377dc30176afab2b96d6b807d42de
"Implement" codegen support for __noop().

Eli discovered that __noop's sema behavior also needs some love. I filed
PR14081 for that and intend to improve it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165886 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtin-ms-noop.cpp [new file with mode: 0644]