First part of PR12251. Add documentation and verifier support for the range
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Mar 2012 00:14:51 +0000 (00:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Mar 2012 00:14:51 +0000 (00:14 +0000)
commit39dd328ed0892e063d02768336c4b792c925cdc3
treeaa22c2c837d8e0dd7d4cc7747d37d37f2235bd73
parent1db394921b9635980555cc8d7e0d05b5e885784f
First part of PR12251. Add documentation and verifier support for the range
metadata.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153359 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/LLVMContext.h
lib/VMCore/LLVMContext.cpp
lib/VMCore/Verifier.cpp
test/Verifier/range-1.ll [new file with mode: 0644]
test/Verifier/range-2.ll [new file with mode: 0644]