Adjust TI root cause filter to skip INT_CQ_FIR[47:50]

These bits are recoverable errors and should not
be blamed as the root cause of a TI.

Change-Id: I666eadbde0c2a0935fa47206f337112bc44a100f
Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com>
diff --git a/analyzer/filter-root-cause.cpp b/analyzer/filter-root-cause.cpp
index d81a44d..1a594b7 100644
--- a/analyzer/filter-root-cause.cpp
+++ b/analyzer/filter-root-cause.cpp
@@ -527,6 +527,7 @@
 
             if (int_cq_fir == id &&
                 (0 == bit || 3 == bit || 5 == bit || 7 == bit || 36 == bit ||
+                 47 == bit || 48 == bit || 49 == bit || 50 == bit ||
                  58 == bit || 59 == bit || 60 == bit))
             {
                 continue;