amccarth added inline comments.

================
Comment at: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:785
@@ +784,3 @@
+  TypeIndex IndexType = Asm->MAI->getPointerSize() == 8 ?
+      TypeIndex(SimpleTypeKind::UInt64) :
+      TypeIndex(SimpleTypeKind::UInt32);
----------------
majnemer wrote:
> They don't use UInt64Quad? Surprising.
That's an excellent question.  Let me check it out.


http://reviews.llvm.org/D21107



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to