we should use 'class' for non-pod types instead of 'struct' to
authorChris Lattner <sabre@nondot.org>
Sun, 24 Aug 2008 18:38:56 +0000 (18:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Aug 2008 18:38:56 +0000 (18:38 +0000)
commit42387462303a8eb917569305d5390c8da64ac82f
tree7c3f9e3e105562167665476b64baa6107c6a3234
parent5a1c68c776076047060a6c7228520528539ba93b
we should use 'class' for non-pod types instead of 'struct' to
make it easier to deal with the VC++ struct/class bug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55290 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Assembly/AsmAnnotationWriter.h
include/llvm/Value.h