aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll')
-rw-r--r--test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll b/test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll
index 182876c039..86b053367d 100644
--- a/test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll
+++ b/test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll
@@ -6,7 +6,7 @@
%G = external global %S
void %main() {
- %b = getelementptr %S* %G, long 0, ubyte 0
+ %b = getelementptr %S* %G, long 0, uint 0
store double 0.1, double* %b
ret void
}