Fix auto-upgrade of intrinsics to work properly with both assembly and
authorReid Spencer <rspencer@reidspencer.com>
Fri, 27 Jan 2006 11:49:27 +0000 (11:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 27 Jan 2006 11:49:27 +0000 (11:49 +0000)
commite2a5fb0e089165f80080c294c1096be4f5739662
treec60660fc6f3af672b7f0fafc1816a625beef8fc0
parent2f81fb78dc15984af7dbbfc0bb91a63842616c32
Fix auto-upgrade of intrinsics to work properly with both assembly and
bytecode reading. This code is crufty, the result of much hacking to get things
working correctly. Cleanup patches will follow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25682 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Assembly/AutoUpgrade.h
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Reader/Reader.h
lib/VMCore/AutoUpgrade.cpp