Add 'l' constraint to goto label reference
authorBill Wendling <isanbard@gmail.com>
Tue, 25 Feb 2020 19:45:56 +0000 (11:45 -0800)
committerBill Wendling <isanbard@gmail.com>
Tue, 25 Feb 2020 19:48:23 +0000 (11:48 -0800)
commite11f9fb4508534d31b09d2ba6cd22428ccc75f65
treedc5efd54114f644e050177207918745466b2f3ad
parente3add3e5a192ec7f73922a4278f52d335d1f9be5
Add 'l' constraint to goto label reference

A goto label uses the 'l' constraint, skipping it can cause unexpected
warnings.
clang/test/Analysis/uninit-asm-goto.cpp