Use ttype encoding consistently

llvm-svn: 96290
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 35d9b36..c6c59f5 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
@@ -870,7 +870,7 @@
       EmitReference(GV, TTypeEncoding);
       EOL("TypeInfo");
     } else {
-      PrintRelDirective();
+      PrintRelDirective(TTypeEncoding);
       O << "0x0";
       EOL("");
     }