Write constexpr casts using the cast X to Y notation, not using the implicit
authorChris Lattner <sabre@nondot.org>
Thu, 15 Aug 2002 19:37:43 +0000 (19:37 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Aug 2002 19:37:43 +0000 (19:37 +0000)
commit95586b8c833aeca112907e69f545a6ea6e2103ff
tree93d451a4e540373408970dd9022fa46a184a147c
parentec1b8a07961bfae1e0d569f57cd8b55d91d01efc
Write constexpr casts using the cast X to Y notation, not using the implicit
type result

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3354 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp