diff options
author | Daniel Berlin <dberlin@dberlin.org> | 2017-03-01 01:56:41 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@dberlin.org> | 2017-03-01 01:56:41 +0000 |
commit | 65f8cf945dfacdd80a664022cde5cc4c15537fcb (patch) | |
tree | 9fbc977876c87befee5f73c5794db071779eb3a1 | |
parent | 3f91004ce7d89cd541dfc679f10e90e93ca65ee4 (diff) | |
download | bcm5719-llvm-65f8cf945dfacdd80a664022cde5cc4c15537fcb.tar.gz bcm5719-llvm-65f8cf945dfacdd80a664022cde5cc4c15537fcb.zip |
Only run the overloaded-intrinsic-name.ll test once, with FileCheck.
llvm-svn: 296564
-rw-r--r-- | llvm/test/CodeGen/Generic/overloaded-intrinsic-name.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/overloaded-intrinsic-name.ll b/llvm/test/CodeGen/Generic/overloaded-intrinsic-name.ll index 6a28c7eb38f..89a5f807799 100644 --- a/llvm/test/CodeGen/Generic/overloaded-intrinsic-name.ll +++ b/llvm/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 |