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 | 24d134c37576768c4f468a6b66d3aa8921ccfe07 (patch) | |
tree | 2efe5b6586de62ed53244e763f3b490fbc9c3b04 /llvm | |
parent | a0b6d87879f8b96f444a58ac9ed77aeab05ceb94 (diff) | |
download | bcm5719-llvm-24d134c37576768c4f468a6b66d3aa8921ccfe07.tar.gz bcm5719-llvm-24d134c37576768c4f468a6b66d3aa8921ccfe07.zip |
Fix bogus comment; no functional change.
llvm-svn: 168575
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Transforms/InstCombine/ffs-1.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/ffs-1.ll b/llvm/test/Transforms/InstCombine/ffs-1.ll index 59f8f866548..0510df3d24b 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 |