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 | 460648abde9b8a3b9435088906d248535fe78e03 (patch) | |
| tree | 0d2b18bb2793d47398788fbdca4f8b0d784c540b | |
| parent | a08af08a881eda0a19efdc38be3b98104b791378 (diff) | |
| download | bcm5719-llvm-460648abde9b8a3b9435088906d248535fe78e03.tar.gz bcm5719-llvm-460648abde9b8a3b9435088906d248535fe78e03.zip | |
Add a note pointing to PR1996.
llvm-svn: 47055
| -rw-r--r-- | llvm/test/Transforms/GVN/2008-02-12UndefLoad.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/GVN/2008-02-12UndefLoad.ll b/llvm/test/Transforms/GVN/2008-02-12UndefLoad.ll index ddc10e1dc0f..5ee3d6cbe64 100644 --- a/llvm/test/Transforms/GVN/2008-02-12UndefLoad.ll +++ b/llvm/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 } |

