assert is a function-like macro, not a control flow operator.
authorChris Lattner <sabre@nondot.org>
Wed, 31 Mar 2010 05:36:29 +0000 (05:36 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Mar 2010 05:36:29 +0000 (05:36 +0000)
commited7a77bfb2c8d527ea8ac1a947d3ed80fbfb5839
tree7a611f3d085e573327b8d2a70c54ed7e74e9ee3b
parent6417a6c99d91e63cd430f3eddcba8005e8c5de86
assert is a function-like macro, not a control flow operator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99992 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp