]> granicus.if.org Git - clang/commit
Fix for PR3246: an empty clobber list is the empty string, not a null
authorEli Friedman <eli.friedman@gmail.com>
Sun, 21 Dec 2008 01:15:32 +0000 (01:15 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 21 Dec 2008 01:15:32 +0000 (01:15 +0000)
commitccf614c479ac93326a01e7b373b30759eed7807f
tree8af2d4c99e847f1a111494fdce59386d2c345a0e
parent97e0179f1ae545e07d9f5e7c1d2ef5c5bab06676
Fix for PR3246: an empty clobber list is the empty string, not a null
string.

That said, we should probably try and track down the correct clobber
lists for the targets that don't have them (PPC, ARM, and Sparc),
so that we can generate correct code.

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