diff --git a/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h b/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h index bc9774e09acf..533a12bb84d6 100644 --- a/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h +++ b/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h @@ -84,7 +84,7 @@ public: /// Valid if the call has a swifterror inout parameter, and contains the /// vreg that the swifterror should be copied into after the call. - Register SwiftErrorVReg = 0; + Register SwiftErrorVReg; MDNode *KnownCallees = nullptr;