GlobalISel: Remove unneeded initialiation

Removes implicit unsigned->Register conversion.
This commit is contained in:
Matt Arsenault 2020-02-24 13:22:51 -05:00 committed by Matt Arsenault
parent fee41517fe
commit 1612d38241

View File

@ -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;