]> granicus.if.org Git - clang/commit
Fail early with a clear assert if an operation with multiple uses somehow ends
authorLang Hames <lhames@gmail.com>
Thu, 4 Oct 2012 03:23:25 +0000 (03:23 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 4 Oct 2012 03:23:25 +0000 (03:23 +0000)
commitff4ae6d4031962a7c4fdd344f40a91f0fcd26a64
tree2a6373b10d47407f9c3a9983731cbc268c93d429
parenteddb00a704ed39ea781693cf8fcf7cc69a175b95
Fail early with a clear assert if an operation with multiple uses somehow ends
up being contracted during codegen.

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