From 11f20edcf9cee158e8f62624c148520128c864f0 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Fri, 12 Nov 2010 18:17:46 +0000 Subject: [PATCH] Emacs auto-fill bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118908 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll b/test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll index 73e26e7929f..bf5939dc3c9 100644 --- a/test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll +++ b/test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll @@ -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. -- 2.34.1