diff options
Diffstat (limited to 'test/CodeGen/CBackend')
-rw-r--r-- | test/CodeGen/CBackend/2003-06-01-NullPointerType.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll b/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll index 5cd1c4c03b..c970786a71 100644 --- a/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll +++ b/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll @@ -4,6 +4,6 @@ %X = type { int, float } void %test() { - getelementptr %X* null, long 0, ubyte 1 + getelementptr %X* null, long 0, uint 1 ret void } diff --git a/test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll b/test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll index ae0679ea41..0fd4fbacfc 100644 --- a/test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll +++ b/test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll @@ -7,6 +7,6 @@ implementation ; Functions: void %I_InitGraphics() { shortcirc_next.3: ; preds = %no_exit.1 - %tmp.319 = load int* getelementptr ({ int, int }* cast (%union._XEvent* %.X_event_9 to { int, int }*), long 0, ubyte 1) ; <int> [#uses=1] + %tmp.319 = load int* getelementptr ({ int, int }* cast (%union._XEvent* %.X_event_9 to { int, int }*), long 0, uint 1) ; <int> [#uses=1] ret void } |