projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46885de
)
Use ttype encoding consistently
author
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 15 Feb 2010 22:38:25 +0000
(22:38 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 15 Feb 2010 22:38:25 +0000
(22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96290
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfException.cpp
b/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 35d9b3613bc7b2d900e6519f89ac6e584b3ce4fa..c6c59f5998568745523010c72c7ed8fdb9cd2040 100644
(file)
--- 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("");
}