summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeador Inge <meadori@codesourcery.com>2012-11-26 00:25:33 +0000
committerMeador Inge <meadori@codesourcery.com>2012-11-26 00:25:33 +0000
commit48bb786b134d7e2e3b169fa511278268f2f35942 (patch)
tree67eaf3daeede468cca0c34b01ce53443ebfbf2b0
parentdfb3b1a779c62c1ee41f9cddcaad0b89278052ae (diff)
downloadllvm-48bb786b134d7e2e3b169fa511278268f2f35942.tar.gz
llvm-48bb786b134d7e2e3b169fa511278268f2f35942.tar.bz2
llvm-48bb786b134d7e2e3b169fa511278268f2f35942.tar.xz
Fix bogus comment; no functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168575 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/InstCombine/ffs-1.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/ffs-1.ll b/test/Transforms/InstCombine/ffs-1.ll
index 59f8f86654..0510df3d24 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