[llvm] r296564 - Only run the overloaded-intrinsic-name.ll test once, with FileCheck.

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 17:56:41 PST 2017


Author: dannyb
Date: Tue Feb 28 19:56:41 2017
New Revision: 296564

URL: http://llvm.org/viewvc/llvm-project?rev=296564&view=rev
Log:
Only run the overloaded-intrinsic-name.ll test once, with FileCheck.

Modified:
    llvm/trunk/test/CodeGen/Generic/overloaded-intrinsic-name.ll

Modified: llvm/trunk/test/CodeGen/Generic/overloaded-intrinsic-name.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/overloaded-intrinsic-name.ll?rev=296564&r1=296563&r2=296564&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/overloaded-intrinsic-name.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/overloaded-intrinsic-name.ll Tue Feb 28 19:56:41 2017
@@ -1,5 +1,4 @@
-; RUN: opt -verify -S < %s
-; RUN: opt -S < %s | FileCheck %s
+; RUN: opt -verify -S < %s | FileCheck %s
 
 ; Tests the name mangling performed by the codepath following
 ; getMangledTypeStr(). Only tests that code with the various manglings




More information about the llvm-commits mailing list