1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Assembler/2002-10-13-ConstantEncodingProblem.llx
Chris Lattner e82fbd0ff7 Simplify again
llvm-svn: 4154
2002-10-13 21:51:55 +00:00

9 lines
133 B
Plaintext

; RUN: as < %s | dis
%Domain = type { %Domain**, %Domain* }
%D = global %Domain { %Domain** null, %Domain* null }
implementation