mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 16:26:46 +00:00
GlobalISel: Remove unneeded initialiation
Removes implicit unsigned->Register conversion.
This commit is contained in:
parent
fee41517fe
commit
1612d38241
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user