Emacs auto-fill bug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2010-11-12 18:17:46 +00:00
parent d75c3f136b
commit 11f20edcf9

View File

@ -1,4 +1,5 @@
; RUN: llc < %s PR8287: SelectionDag scheduling time.
; RUN: llc < %s
; PR8287: SelectionDag scheduling time.
; Yes, some front end really produces this code. But that is a
; separate bug. This is more an example than a real test, because I
; don't know how give llvm-lit a timeout.