From: Anton Korobeynikov Date: Mon, 15 Feb 2010 22:38:25 +0000 (+0000) Subject: Use ttype encoding consistently X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0b2173069688cae0321b05714f16a8886834cfe6;p=oota-llvm.git Use ttype encoding consistently git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96290 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfException.cpp b/lib/CodeGen/AsmPrinter/DwarfException.cpp index 35d9b3613bc..c6c59f59985 100644 --- a/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfException.cpp @@ -870,7 +870,7 @@ void DwarfException::EmitExceptionTable() { EmitReference(GV, TTypeEncoding); EOL("TypeInfo"); } else { - PrintRelDirective(); + PrintRelDirective(TTypeEncoding); O << "0x0"; EOL(""); }