For PR411:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 16 Jan 2006 21:06:01 +0000 (21:06 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 16 Jan 2006 21:06:01 +0000 (21:06 +0000)
commite86bf519e1ea57a84d37422ec364f89c322e3ef4
tree297da20423cca7cd83e39f79aa03b80fcaf281bb
parent84a0605feb92b085b5cf4758b5b14d632fdd8974
For PR411:
This file makes the helper functions for auto-upgrade of llvm assembly and
bytecode more accessible. This is part of de-overloading of intrinsic
functions to support the flat symbol table (no type planes).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25365 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Assembly/AutoUpgrade.h [new file with mode: 0644]
lib/VMCore/AutoUpgrade.cpp [new file with mode: 0644]