Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last place to fix I think.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224794 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Kevin Enderby
2014-12-24 00:16:51 +00:00
parent 4bc0635654
commit 0e6cb8a8d9
2 changed files with 18 additions and 18 deletions

View File

@ -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++)