commit | 794bf17cbe0bac301ef9e52fb4a0295bfdfe0cab | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanak@gmail.com> | Thu Jul 07 23:56:50 2011 +0000 |
committer | Akira Hatanaka <ahatanak@gmail.com> | Thu Jul 07 23:56:50 2011 +0000 |
tree | 97053482629ce9b839e67d08288ac75ee6fecc4b | |
parent | b2760f82b14c2981b2e52a411a82f321dcdf7000 [diff] [blame] |
Lower MachineInstr to MC Inst and print to .s files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134661 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsMCAsmInfo.cpp b/lib/Target/Mips/MipsMCAsmInfo.cpp index 97ed878..1893b3b 100644 --- a/lib/Target/Mips/MipsMCAsmInfo.cpp +++ b/lib/Target/Mips/MipsMCAsmInfo.cpp
@@ -28,4 +28,5 @@ SupportsDebugInformation = true; ExceptionsType = ExceptionHandling::DwarfCFI; HasLEB128 = true; + DwarfRegNumForCFI = true; }