diff options
Diffstat (limited to 'test/Transforms/DSAnalysis/structpadding.ll')
-rw-r--r-- | test/Transforms/DSAnalysis/structpadding.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Transforms/DSAnalysis/structpadding.ll b/test/Transforms/DSAnalysis/structpadding.ll index 2d6c2e33b4..f776b5c8e0 100644 --- a/test/Transforms/DSAnalysis/structpadding.ll +++ b/test/Transforms/DSAnalysis/structpadding.ll @@ -5,10 +5,10 @@ implementation void %bar(%str* %S, %str* %T) { - %A1 = getelementptr %str* %S, long 0, ubyte 0 - %B1 = getelementptr %str* %S, long 0, ubyte 1 - %A2 = getelementptr %str* %S, long 0, ubyte 0 - %B2 = getelementptr %str* %S, long 0, ubyte 1 + %A1 = getelementptr %str* %S, long 0, uint 0 + %B1 = getelementptr %str* %S, long 0, uint 1 + %A2 = getelementptr %str* %S, long 0, uint 0 + %B2 = getelementptr %str* %S, long 0, uint 1 %a1 = cast int* %A1 to long* %a2 = cast int* %A2 to long* %V = load long* %a1 |