diff options
Diffstat (limited to 'test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll')
-rw-r--r-- | test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll b/test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll index fe13567e5e..a0ab492443 100644 --- a/test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll +++ b/test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll @@ -6,6 +6,6 @@ implementation void %test() { - store short 5, short* getelementptr ({ int, short, short }* %X, long 0, ubyte 1) + store short 5, short* getelementptr ({ int, short, short }* %X, long 0, uint 1) ret void } |