summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2008-02-13 07:56:04 +0000
committerEli Friedman <eli.friedman@gmail.com>2008-02-13 07:56:04 +0000
commit35327b3e57f83f92325141e24fa5f0df6eb43b8c (patch)
tree76509335f0b869605d609ab60555e59c59ccc806 /test/Transforms/GVN
parent86ca3cacc5a56e862c8258ac9c9ee1e37598ebd8 (diff)
downloadllvm-35327b3e57f83f92325141e24fa5f0df6eb43b8c.tar.gz
llvm-35327b3e57f83f92325141e24fa5f0df6eb43b8c.tar.bz2
llvm-35327b3e57f83f92325141e24fa5f0df6eb43b8c.tar.xz
Add a note pointing to PR1996.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN')
-rw-r--r--test/Transforms/GVN/2008-02-12UndefLoad.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/GVN/2008-02-12UndefLoad.ll b/test/Transforms/GVN/2008-02-12UndefLoad.ll
index ddc10e1dc0..5ee3d6cbe6 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 }