summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
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
commit5d438e4ad2549bc7de6c0f69082f27799c6b8a66 (patch)
tree197340f4f200bfe6449b49c2a16675f1ce48c83d /llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
parentc9adb6a463dd06bd6f48207f077ca1c370a3516c (diff)
downloadbcm5719-llvm-5d438e4ad2549bc7de6c0f69082f27799c6b8a66.tar.gz
bcm5719-llvm-5d438e4ad2549bc7de6c0f69082f27799c6b8a66.zip
Use ttype encoding consistently
llvm-svn: 96290
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 35d9b3613bc..c6c59f59985 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
@@ -870,7 +870,7 @@ void DwarfException::EmitExceptionTable() {
EmitReference(GV, TTypeEncoding);
EOL("TypeInfo");
} else {
- PrintRelDirective();
+ PrintRelDirective(TTypeEncoding);
O << "0x0";
EOL("");
}
OpenPOWER on IntegriCloud