Skip to content

Commit cf05d46

Browse files
committed
fixup! missed a spot
1 parent 00d1492 commit cf05d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class VEOperand : public MCParsedAsmOperand {
178178

179179
struct MemOp {
180180
MCRegister Base;
181-
unsigned IndexReg;
181+
MCRegister IndexReg;
182182
const MCExpr *Index;
183183
const MCExpr *Offset;
184184
};

0 commit comments

Comments
 (0)