From: Meador Inge Date: Mon, 26 Nov 2012 00:25:33 +0000 (+0000) Subject: Fix bogus comment; no functional change. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24d134c37576768c4f468a6b66d3aa8921ccfe07;p=platform%2Fupstream%2Fllvm.git Fix bogus comment; no functional change. llvm-svn: 168575 --- diff --git a/llvm/test/Transforms/InstCombine/ffs-1.ll b/llvm/test/Transforms/InstCombine/ffs-1.ll index 59f8f86..0510df3 100644 --- a/llvm/test/Transforms/InstCombine/ffs-1.ll +++ b/llvm/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