From 8d2763bd024370e118b533d3f9dbacb27d2de95f Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 2 Jun 2016 23:58:52 +0000 Subject: [PATCH] Testcase cleanup: remove an unused RUN line in an input file. llvm-svn: 271614 --- llvm/test/DebugInfo/Inputs/gmlt.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/DebugInfo/Inputs/gmlt.ll b/llvm/test/DebugInfo/Inputs/gmlt.ll index d6016d1c0433..dc02e77909f6 100644 --- a/llvm/test/DebugInfo/Inputs/gmlt.ll +++ b/llvm/test/DebugInfo/Inputs/gmlt.ll @@ -1,5 +1,4 @@ ; REQUIRES: object-emission -; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s ; Generated from the following source compiled with clang++ -gmlt: ; void f1() {}