aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll')
-rw-r--r--test/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll b/test/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll
index 9909c20b78..93260e821e 100644
--- a/test/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll
+++ b/test/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll
@@ -9,8 +9,8 @@ int %main() {
%A = alloca %T
%B = alloca { %T }
%C = alloca %T*
- %Bp = getelementptr { %T }* %B, long 0, ubyte 0
- %Ap = getelementptr %T* %A, long 0, ubyte 0
+ %Bp = getelementptr { %T }* %B, long 0, uint 0
+ %Ap = getelementptr %T* %A, long 0, uint 0
store %T* %A, %T** %C
store %T* %Bp, %T** %C ; This store was causing merging to happen!