From 037e1535be2c6df3e3175068e849e28f7abfea7d Mon Sep 17 00:00:00 2001 From: Daniel Berlin Date: Wed, 1 Mar 2017 01:56:41 +0000 Subject: [PATCH] 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 --- test/CodeGen/Generic/overloaded-intrinsic-name.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.50.1