diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll b/llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll index 97cee82d3ea..36d8073c7c8 100644 --- a/llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll +++ b/llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll @@ -1,3 +1,4 @@ %A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort } +void %test(%A *) { ret void } |

