[ptr-traits] Sink a constructor definition to the .cpp file and add
[oota-llvm.git] / include / llvm / CodeGen / WinEHFuncInfo.h
index 86ecce3561a606d924a2ccd3dd55fc7819dac9a4..70d558f5cfbd35ecd0f444bd7fc2e3525b1e0c66 100644 (file)
@@ -110,7 +110,7 @@ struct WinEHFuncInfo {
   int EHRegNodeEndOffset = INT_MAX;
   int SEHSetFrameOffset = INT_MAX;
 
-  WinEHFuncInfo() {}
+  WinEHFuncInfo();
 };
 
 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which