Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWriterOper...
authorCedric Venet <cedric.venet@laposte.net>
Sun, 26 Oct 2008 15:40:44 +0000 (15:40 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Sun, 26 Oct 2008 15:40:44 +0000 (15:40 +0000)
commit3bff2df61cbb5e88bc814240bb35c5502b1628d1
treec2381e0b0b27d96df23584973f70d3e36fe47913
parentaaf510c932cf194fef5e877b19283176e2608f08
Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWriterOperand is used in a std::pair, and VS need to generate the default constructor of this pair).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58185 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp