From bd0325a506572f7ce0b5f32bf0785d6e7e6c32da Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Wed, 8 Feb 2006 17:01:37 +0000
Subject: [PATCH] Mention that delta can be used to reduce some Front-end
problems. Patch by Marco Matthies, thanks!
llvm-svn: 26061
---
docs/HowToSubmitABug.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index 77bf040a990..7bc6414a5dc 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -128,7 +128,10 @@ bunch of stuff, and should end with telling you that one of
behind a foo.i file (containing preprocessed C source code) and
possibly foo.s (containing LLVM assembly code), for each
compiled foo.c file. Send us the foo.i file,
-along with a brief description of the error it caused.
+along with a brief description of the error it caused. A tool that might help
+you reduce a front-end testcase to a more manageable size is
+delta.
+