[llvm-commits] [llvm] r168575 - /llvm/trunk/test/Transforms/InstCombine/ffs-1.ll

Meador Inge meadori at codesourcery.com
Sun Nov 25 16:25:33 PST 2012


Author: meadori
Date: Sun Nov 25 18:25:33 2012
New Revision: 168575

URL: http://llvm.org/viewvc/llvm-project?rev=168575&view=rev
Log:
Fix bogus comment;  no functional change.

Modified:
    llvm/trunk/test/Transforms/InstCombine/ffs-1.ll

Modified: llvm/trunk/test/Transforms/InstCombine/ffs-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/ffs-1.ll?rev=168575&r1=168574&r2=168575&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/ffs-1.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/ffs-1.ll Sun Nov 25 18:25:33 2012
@@ -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
 





More information about the llvm-commits mailing list