aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorGeorge Kyriazis <[email protected]>2018-03-28 14:43:09 -0500
committerGeorge Kyriazis <[email protected]>2018-04-18 10:51:38 -0500
commitf135f54b18d70ba6224338d4adfcbe762caf5651 (patch)
treefab2a34757491735388c1b58b7076484830d9716 /src/gallium/drivers
parentc5d7b37fe7eb9c0b35b71a42f2bb5d408715108e (diff)
swr/rast: Fix codegen for typedef types
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py1
1 files changed, 1 insertions, 0 deletions
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