Skip to content

Commit

Permalink
[llvm-exegesis] Fix unused variable warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
legrosbuffle committed Nov 4, 2020
1 parent eb61193 commit 045c369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/tools/llvm-exegesis/lib/X86/Target.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,9 @@ class X86SavedState : public ExegesisTarget::SavedState {
}

private:
#ifdef __x86_64__
alignas(16) char FPState[512];
#endif
};

class ExegesisX86Target : public ExegesisTarget {
Expand Down

0 comments on commit 045c369

Please sign in to comment.