1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Fix bogus comment; no functional change.

llvm-svn: 168575
This commit is contained in:
Meador Inge 2012-11-26 00:25:33 +00:00
parent a7db63a469
commit 69756facb4

View File

@ -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