Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
[oota-llvm.git] / test / Analysis / DSGraph / 2003-07-01-FieldCollapse.ll
index fe13567e5e062f8ca97962cb2fdda0337fb5264e..a0ab49244388e293e91b708ea311aa466a85d074 100644 (file)
@@ -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
 }