1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Fix thinko.

llvm-svn: 189279
This commit is contained in:
Eric Christopher 2013-08-26 20:58:35 +00:00
parent b5dae7e207
commit 2ad50e72ed

View File

@ -210,7 +210,7 @@ DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
if (DwarfAccelTables == Default)
HasDwarfAccelTables = IsDarwin;
else
HasDwarfAccelTables = DwarfAccelTables = Enable;
HasDwarfAccelTables = DwarfAccelTables == Enable;
if (SplitDwarf == Default)
HasSplitDwarf = false;