diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-03-20 14:10:40 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-17 10:04:37 +0100 |
| commit | 1b41788fcad539813c5eae176665e15e9a124806 (patch) | |
| tree | 70325df63f17a1039bb3c62676032ab61c149a36 | |
| parent | d7b0e39b2cfd90247c9b928afe95988c6ecd96ef (diff) | |
| download | sparse-dev-1b41788fcad539813c5eae176665e15e9a124806.tar.gz | |
llvm: add support for restricted types
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
| -rw-r--r-- | sparse-llvm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sparse-llvm.c b/sparse-llvm.c index e6115d2e..bc903800 100644 --- a/sparse-llvm.c +++ b/sparse-llvm.c @@ -203,6 +203,7 @@ static LLVMTypeRef symbol_type(struct symbol *sym) switch (sym->type) { case SYM_BITFIELD: + case SYM_RESTRICT: case SYM_ENUM: ret = symbol_type(sym->ctype.base_type); break; |
