Fix PR2346 by marking vaarg as volatile so that licm doesn't try to
authorChris Lattner <sabre@nondot.org>
Tue, 20 May 2008 22:05:28 +0000 (22:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 May 2008 22:05:28 +0000 (22:05 +0000)
commiteb0fdc150a807a5fd1b656c13fdf019d93ff4bc3
treede401a650d31ad111f79e4b8619140f989e61dda
parent7a9708b984b844b96f308634148f349acb7840c7
Fix PR2346 by marking vaarg as volatile so that licm doesn't try to
hoist them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51356 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/AliasSetTracker.cpp
test/Transforms/LICM/2008-05-20-AliasSetVAArg.ll [new file with mode: 0644]