From 69756facb4fabf4cc989485a2ce6fbb5ab7b070f 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. llvm-svn: 168575 --- 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