From: Eli Friedman Date: Wed, 13 Feb 2008 07:56:04 +0000 (+0000) Subject: Add a note pointing to PR1996. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=35327b3e57f83f92325141e24fa5f0df6eb43b8c;p=oota-llvm.git Add a note pointing to PR1996. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47055 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/GVN/2008-02-12UndefLoad.ll b/test/Transforms/GVN/2008-02-12UndefLoad.ll index ddc10e1dc0f..5ee3d6cbe64 100644 --- a/test/Transforms/GVN/2008-02-12UndefLoad.ll +++ b/test/Transforms/GVN/2008-02-12UndefLoad.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep load +; PR1996 %struct.anon = type { i32, i8, i8, i8, i8 }