Merge pull request #4560 from MathiasVP/instruction-tag-for-this-addr-and-load

C++: Make sure getInstructionTagId has a result for `this` related IPA branches
This commit is contained in:
Dave Bartolomeo
2020-10-27 21:01:09 -04:00
committed by GitHub

View File

@@ -217,4 +217,8 @@ string getInstructionTagId(TInstructionTag tag) {
tag = DynamicInitializationFlagConstantTag() and result = "DynInitFlagConst"
or
tag = DynamicInitializationFlagStoreTag() and result = "DynInitFlagStore"
or
tag = ThisAddressTag() and result = "ThisAddres"
or
tag = ThisLoadTag() and result = "ThisLoad"
}