1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[llvm-exegesis][NFC] Fix windows warning in rL335465.

llvm-svn: 335591
This commit is contained in:
Clement Courbet 2018-06-26 10:52:41 +00:00
parent a092baf051
commit 82967e1456

View File

@ -66,7 +66,7 @@ class ExegesisX86Target : public ExegesisTarget {
}
std::vector<llvm::MCInst>
setRegToConstant(const unsigned Reg) const override {
setRegToConstant(unsigned Reg) const override {
// FIXME: Handle FP stack:
// llvm::X86::RFP32RegClass
// llvm::X86::RFP64RegClass