From: Daniel Berlin Date: Wed, 1 Mar 2017 01:56:41 +0000 (+0000) Subject: Only run the overloaded-intrinsic-name.ll test once, with FileCheck. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=037e1535be2c6df3e3175068e849e28f7abfea7d;p=llvm Only run the overloaded-intrinsic-name.ll test once, with FileCheck. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296564 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/overloaded-intrinsic-name.ll b/test/CodeGen/Generic/overloaded-intrinsic-name.ll index 6a28c7eb38f..89a5f807799 100644 --- a/test/CodeGen/Generic/overloaded-intrinsic-name.ll +++ b/test/CodeGen/Generic/overloaded-intrinsic-name.ll @@ -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