document real source of bug
authorChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 16:00:59 +0000 (16:00 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 16:00:59 +0000 (16:00 +0000)
llvm-svn: 9413

llvm/test/Regression/Transforms/InstCombine/2003-10-23-InstcombineNullFail.ll

index ec1751c..0123126 100644 (file)
@@ -1,4 +1,7 @@
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep false
+;
+; This actually looks like a constant propagation bug
+
 %X = type { [10 x int], float }
 
 implementation