aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2010-02-15 22:38:25 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2010-02-15 22:38:25 +0000
commit0b2173069688cae0321b05714f16a8886834cfe6 (patch)
tree35458a090d11d92b56e2ce7bc85960a834b38588 /lib
parent46885ded4e4c620efd59f8d18e1657135ea39d00 (diff)
downloadexternal_llvm-0b2173069688cae0321b05714f16a8886834cfe6.zip
external_llvm-0b2173069688cae0321b05714f16a8886834cfe6.tar.gz
external_llvm-0b2173069688cae0321b05714f16a8886834cfe6.tar.bz2
Use ttype encoding consistently
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.cpp b/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 35d9b36..c6c59f5 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("");
}