summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2012-09-12 15:29:32 +0000
committerRoman Divacky <rdivacky@freebsd.org>2012-09-12 15:29:32 +0000
commit10a448d45aa429548b00e99a3f165c5ac3593b94 (patch)
tree3ffa0addc8b3b9084c0e7d08c3c0c0331d9ac051 /llvm/lib
parente512fb78a433133d26bf0dabba7e2b3a07222348 (diff)
downloadbcm5719-llvm-10a448d45aa429548b00e99a3f165c5ac3593b94.tar.gz
bcm5719-llvm-10a448d45aa429548b00e99a3f165c5ac3593b94.zip
Enable exceptions handling on PPC64 now that cr misaligned spilling
was fixed in r163713. llvm-svn: 163715
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
index b9ea8b5562b..215aa40c4af 100644
--- a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
+++ b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
@@ -59,8 +59,7 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
// Exceptions handling
- if (!is64Bit)
- ExceptionsType = ExceptionHandling::DwarfCFI;
+ ExceptionsType = ExceptionHandling::DwarfCFI;
ZeroDirective = "\t.space\t";
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
OpenPOWER on IntegriCloud