diff options
Diffstat (limited to 'test/CodeGen/CBackend/2003-06-01-NullPointerType.ll')
-rw-r--r-- | test/CodeGen/CBackend/2003-06-01-NullPointerType.ll | 2 |
1 files changed, 1 insertions, 1 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 } |