From: Meador Inge Date: Mon, 26 Nov 2012 00:25:33 +0000 (+0000) Subject: Fix bogus comment; no functional change. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=48bb786b134d7e2e3b169fa511278268f2f35942;p=oota-llvm.git Fix bogus comment; no functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168575 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/ffs-1.ll b/test/Transforms/InstCombine/ffs-1.ll index 59f8f866548..0510df3d24b 100644 --- a/test/Transforms/InstCombine/ffs-1.ll +++ b/test/Transforms/InstCombine/ffs-1.ll @@ -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