diff options
author | Meador Inge <meadori@codesourcery.com> | 2012-11-26 00:25:33 +0000 |
---|---|---|
committer | Meador Inge <meadori@codesourcery.com> | 2012-11-26 00:25:33 +0000 |
commit | 48bb786b134d7e2e3b169fa511278268f2f35942 (patch) | |
tree | 67eaf3daeede468cca0c34b01ce53443ebfbf2b0 /test/Transforms | |
parent | dfb3b1a779c62c1ee41f9cddcaad0b89278052ae (diff) | |
download | external_llvm-48bb786b134d7e2e3b169fa511278268f2f35942.zip external_llvm-48bb786b134d7e2e3b169fa511278268f2f35942.tar.gz external_llvm-48bb786b134d7e2e3b169fa511278268f2f35942.tar.bz2 |
Fix bogus comment; no functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168575 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r-- | test/Transforms/InstCombine/ffs-1.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/ffs-1.ll b/test/Transforms/InstCombine/ffs-1.ll index 59f8f86..0510df3 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 |