Skip to content
Commit 67e6cab4 authored by Bob Wilson's avatar Bob Wilson
Browse files

Fix pr5470. Tablegen handles template arguments by temporarily setting their

values, resolving references to them, and then removing the definitions.
If a template argument is set to an undefined value, we need to resolve
references to that argument to an explicit undefined value.  The current code
leaves the reference to the template argument as it is, which causes an
assertion failure later when the definition of the template argument is
removed.

llvm-svn: 89581
parent a9ee325d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment