aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }