summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-disubrange-count-large.ll
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-06-02 17:13:25 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-06-02 17:13:25 +0000
commit9ce58b1cfbb125c77dc7a89e43b767727c7bb4db (patch)
tree29143410ce368b4cbacca7864c236473ae875f1f /llvm/test/Assembler/invalid-disubrange-count-large.ll
parent677acee5031e44ab7d8fdb5d49679ee0b6a7f020 (diff)
downloadbcm5719-llvm-9ce58b1cfbb125c77dc7a89e43b767727c7bb4db.tar.gz
bcm5719-llvm-9ce58b1cfbb125c77dc7a89e43b767727c7bb4db.zip
DebugInfo: Rename testcases from MD* to DI*, NFC
As a follow-up to r236120, rename testcases to match the new names. llvm-svn: 238853
Diffstat (limited to 'llvm/test/Assembler/invalid-disubrange-count-large.ll')
-rw-r--r--llvm/test/Assembler/invalid-disubrange-count-large.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/Assembler/invalid-disubrange-count-large.ll b/llvm/test/Assembler/invalid-disubrange-count-large.ll
new file mode 100644
index 00000000000..003274f3a07
--- /dev/null
+++ b/llvm/test/Assembler/invalid-disubrange-count-large.ll
@@ -0,0 +1,7 @@
+; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
+
+; CHECK-NOT: error:
+!0 = !DISubrange(count: 9223372036854775807)
+
+; CHECK: <stdin>:[[@LINE+1]]:25: error: value for 'count' too large, limit is 9223372036854775807
+!1 = !DISubrange(count: 9223372036854775808)
OpenPOWER on IntegriCloud