diff options
Diffstat (limited to 'test/Analysis/DSGraph/PhysicalSubtyping.ll')
-rw-r--r-- | test/Analysis/DSGraph/PhysicalSubtyping.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/DSGraph/PhysicalSubtyping.ll b/test/Analysis/DSGraph/PhysicalSubtyping.ll index cdc2cf0238..6e9676ea12 100644 --- a/test/Analysis/DSGraph/PhysicalSubtyping.ll +++ b/test/Analysis/DSGraph/PhysicalSubtyping.ll @@ -7,9 +7,9 @@ int %main() { %A = alloca %S - %Ap = getelementptr %S* %A, long 0, ubyte 0 + %Ap = getelementptr %S* %A, long 0, uint 0 %B = alloca %T - %Bp = getelementptr %T* %B, long 0, ubyte 0 + %Bp = getelementptr %T* %B, long 0, uint 0 %C = alloca int* store int* %Ap, int** %C |