diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2008-02-13 07:56:04 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2008-02-13 07:56:04 +0000 |
commit | 35327b3e57f83f92325141e24fa5f0df6eb43b8c (patch) | |
tree | 76509335f0b869605d609ab60555e59c59ccc806 /test/Transforms | |
parent | 86ca3cacc5a56e862c8258ac9c9ee1e37598ebd8 (diff) |
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')
-rw-r--r-- | test/Transforms/GVN/2008-02-12UndefLoad.ll | 1 |
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 } |