diff options
author | Torok Edwin <edwintorok@gmail.com> | 2008-10-31 17:27:41 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2008-10-31 17:27:41 +0000 |
commit | d24931632b480e0472e88df200c4ef80649e48f1 (patch) | |
tree | 0d96b953bf7ebd3fd9457cf1750bc7f44289586c /Makefile.rules | |
parent | 9ed08f4a410a3f0b6d38eb6eec0ddb94349e74dd (diff) | |
download | external_llvm-d24931632b480e0472e88df200c4ef80649e48f1.zip external_llvm-d24931632b480e0472e88df200c4ef80649e48f1.tar.gz external_llvm-d24931632b480e0472e88df200c4ef80649e48f1.tar.bz2 |
Add an assert to catch user errors like:
MyFunctionPass() : FunctionPass(ID) {}
when the user actually meant to write:
MyFunctionPass() : FunctionPass(&ID) {}
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
0 files changed, 0 insertions, 0 deletions