Fix bogus comment; no functional change.
authorMeador Inge <meadori@codesourcery.com>
Mon, 26 Nov 2012 00:25:33 +0000 (00:25 +0000)
committerMeador Inge <meadori@codesourcery.com>
Mon, 26 Nov 2012 00:25:33 +0000 (00:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168575 91177308-0d34-0410-b5e6-96231b3b80d8

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