AsmParser: Check ConstantExpr insertvalue operands for type correctness
[oota-llvm.git] / test / Assembler / invalid-mdlocation-overflow-line.ll
index 8e19f6919bf9dd823567e49c4a06965636192693..535b4c9a5c93dce694c03cf3654a0e08ef9f1955 100644 (file)
@@ -3,7 +3,7 @@
 !0 = !{}
 
 ; CHECK-NOT: error
-!1 = !MDLocation(line: 16777215, scope: !0)
+!1 = !MDLocation(line: 4294967295, scope: !0)
 
-; CHECK: <stdin>:[[@LINE+1]]:24: error: value for 'line' too large, limit is 16777215
-!2 = !MDLocation(line: 16777216, scope: !0)
+; CHECK: <stdin>:[[@LINE+1]]:24: error: value for 'line' too large, limit is 4294967295
+!2 = !MDLocation(line: 4294967296, scope: !0)