Add stats output


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5110 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Jello/Makefile b/test/Jello/Makefile
index e9c15a7..eef9f91 100644
--- a/test/Jello/Makefile
+++ b/test/Jello/Makefile
@@ -12,7 +12,7 @@
 
 Output/%.out: Output/%.bc $(LJELLO)
 	@echo "======== Running $< ==================="
-	$(VERB) jello $< > $@ 2>&1 || \
+	$(VERB) jello -stats $< > $@ 2>&1 || \
                  ( cat $@; rm -f $@; $(FAILURE) $@ )