diff options
Diffstat (limited to 'test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll')
-rw-r--r-- | test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll b/test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll index 846a3cb1e8..416fc25bbb 100644 --- a/test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll +++ b/test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll @@ -11,8 +11,8 @@ void %test() { %A = alloca double* %B = alloca %S %C = alloca %T - %b = getelementptr %S* %B, long 0, ubyte 0 - %c = getelementptr %T* %C, long 0, ubyte 0 + %b = getelementptr %S* %B, long 0, uint 0 + %c = getelementptr %T* %C, long 0, uint 0 store double* %b, double** %A store double* %c, double** %A |