X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2Finvalid-mdlocation-overflow-line.ll;h=571a555daefccb0c1ab80c634c067d2759146c03;hb=c4eafd24f28b676ed7f605cda1fe42da6d34b81f;hp=8e19f6919bf9dd823567e49c4a06965636192693;hpb=3b0fe4ec0a60665b7234d4971ba091cfc25b71c8;p=oota-llvm.git diff --git a/test/Assembler/invalid-mdlocation-overflow-line.ll b/test/Assembler/invalid-mdlocation-overflow-line.ll index 8e19f6919bf..571a555daef 100644 --- a/test/Assembler/invalid-mdlocation-overflow-line.ll +++ b/test/Assembler/invalid-mdlocation-overflow-line.ll @@ -2,8 +2,8 @@ !0 = !{} -; CHECK-NOT: error -!1 = !MDLocation(line: 16777215, scope: !0) +; CHECK-NOT: error: +!1 = !MDLocation(line: 4294967295, scope: !0) -; CHECK: :[[@LINE+1]]:24: error: value for 'line' too large, limit is 16777215 -!2 = !MDLocation(line: 16777216, scope: !0) +; CHECK: :[[@LINE+1]]:24: error: value for 'line' too large, limit is 4294967295 +!2 = !MDLocation(line: 4294967296, scope: !0)