[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / ffs-1.ll
index 59f8f866548f187404bf57db6c550915f5ee4f5f..0510df3d24b9a3e88782d616144725b1b8f2ade0 100644 (file)
@@ -1,4 +1,5 @@
-; Test that the strcpy library call simplifier works correctly.
+; Test that the ffs* library call simplifier works correctly.
+;
 ; RUN: opt < %s -instcombine -S | FileCheck %s
 ; RUN: opt < %s -mtriple i386-pc-linux -instcombine -S | FileCheck %s -check-prefix=LINUX