From: George Kyriazis Date: Wed, 28 Mar 2018 19:43:09 +0000 (-0500) Subject: swr/rast: Fix codegen for typedef types X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f135f54b18d70ba6224338d4adfcbe762caf5651;p=mesa.git swr/rast: Fix codegen for typedef types Reviewed-by: Bruce Cherniak --- diff --git a/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py index a127976fd2d..d8863c07e3f 100644 --- a/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py @@ -143,6 +143,7 @@ def gen_llvm_types(input_file, output_file): is_llvm_typedef = re.search(r'@llvm_typedef', line) if is_llvm_typedef is not None: is_llvm_typedef = True + continue else: is_llvm_typedef = False