aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2003-10-23-InstcombineNullFail.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/2003-10-23-InstcombineNullFail.ll')
-rw-r--r--test/Transforms/InstCombine/2003-10-23-InstcombineNullFail.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2003-10-23-InstcombineNullFail.ll b/test/Transforms/InstCombine/2003-10-23-InstcombineNullFail.ll
index 0123126..72f983b 100644
--- a/test/Transforms/InstCombine/2003-10-23-InstcombineNullFail.ll
+++ b/test/Transforms/InstCombine/2003-10-23-InstcombineNullFail.ll
@@ -7,7 +7,7 @@
implementation
bool %test() {
- %A = getelementptr %X* null, long 0, ubyte 0, long 0
+ %A = getelementptr %X* null, long 0, uint 0, long 0
%B = setne int* %A, null
ret bool %B
}