commit | 5d438e4ad2549bc7de6c0f69082f27799c6b8a66 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Mon Feb 15 22:38:25 2010 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Mon Feb 15 22:38:25 2010 +0000 |
tree | 197340f4f200bfe6449b49c2a16675f1ce48c83d | |
parent | c9adb6a463dd06bd6f48207f077ca1c370a3516c [diff] [blame] |
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(""); }