From 48bb786b134d7e2e3b169fa511278268f2f35942 Mon Sep 17 00:00:00 2001 From: Meador Inge Date: Mon, 26 Nov 2012 00:25:33 +0000 Subject: [PATCH] Fix bogus comment; no functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168575 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/ffs-1.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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