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)
llvm-svn: 168575

llvm/test/Transforms/InstCombine/ffs-1.ll

index 59f8f86..0510df3 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