diff options
| author | Kevin Enderby <enderby@apple.com> | 2014-12-24 00:16:51 +0000 |
|---|---|---|
| committer | Kevin Enderby <enderby@apple.com> | 2014-12-24 00:16:51 +0000 |
| commit | aefb00337f49304698da6ef46a096418845747b9 (patch) | |
| tree | 0e97b39e746fd7e73e005c562f22c841dbe87443 /llvm/tools | |
| parent | 227df348ccf30e01bf8e5bfd597951d86dadb25c (diff) | |
| download | bcm5719-llvm-aefb00337f49304698da6ef46a096418845747b9.tar.gz bcm5719-llvm-aefb00337f49304698da6ef46a096418845747b9.zip | |
Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last place to fix I think.
llvm-svn: 224794
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/llvm-objdump/MachODump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-objdump/MachODump.cpp b/llvm/tools/llvm-objdump/MachODump.cpp index 3f828128897..36db9ad5366 100644 --- a/llvm/tools/llvm-objdump/MachODump.cpp +++ b/llvm/tools/llvm-objdump/MachODump.cpp @@ -3809,7 +3809,7 @@ static void Print_mmst_reg(MachO::mmst_reg_t &r) { outs() << "\n"; } -static void Print_xmm_reg(MachO::xmm_reg &r) { +static void Print_xmm_reg(MachO::xmm_reg_t &r) { uint32_t f; outs() << "\t xmm_reg "; for (f = 0; f < 16; f++) |

