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