mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
Add a default constructor to get deterministic behavior.
Should fix the msan and valgrind bots. llvm-svn: 196509
This commit is contained in:
parent
120880c780
commit
eb989f9afc
@ -24,6 +24,7 @@ namespace llvm {
|
||||
class AMDGPUAsmPrinter : public AsmPrinter {
|
||||
private:
|
||||
struct SIProgramInfo {
|
||||
SIProgramInfo() : NumSGPR(0), NumVGPR(0) {}
|
||||
unsigned NumSGPR;
|
||||
unsigned NumVGPR;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user