commit | 651f13cea278ec967336033dd032faef0e9fc2ec | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Wed Apr 23 16:59:28 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Wed Apr 23 16:59:54 2014 -0700 |
tree | 14fadd70982e1428a21e9aa9cfee67c9ee317bee | |
parent | e45aa073431f94fc0dafb56477aec2068ba2880f [diff] [blame] |
Updated to Clang 3.5a. Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
diff --git a/test/CodeGen/fp-contract-pragma.cpp b/test/CodeGen/fp-contract-pragma.cpp index afd8c43..b4e24b9 100644 --- a/test/CodeGen/fp-contract-pragma.cpp +++ b/test/CodeGen/fp-contract-pragma.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -O3 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -O3 -triple %itanium_abi_triple -emit-llvm -o - %s | FileCheck %s // Is FP_CONTRACT is honored in a simple case? float fp_contract_1(float a, float b, float c) {