projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfb3b1a
)
Fix bogus comment; no functional change.
author
Meador Inge
<meadori@codesourcery.com>
Mon, 26 Nov 2012 00:25:33 +0000
(
00:25
+0000)
committer
Meador Inge
<meadori@codesourcery.com>
Mon, 26 Nov 2012 00:25:33 +0000
(
00:25
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168575
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/ffs-1.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/ffs-1.ll
b/test/Transforms/InstCombine/ffs-1.ll
index 59f8f866548f187404bf57db6c550915f5ee4f5f..0510df3d24b9a3e88782d616144725b1b8f2ade0 100644
(file)
--- 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