diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-05-30 00:45:10 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-05-30 00:45:10 +0000 |
commit | 6ca999baf2f473556907b40e6617e98522292d81 (patch) | |
tree | acb348d391b4154024aa1c10ec935bafca90e27e /clang/test/CodeGenCXX/float16-declarations.cpp | |
parent | 18567eacc5e4f7f87228b51c57c348982c65620d (diff) | |
download | bcm5719-llvm-6ca999baf2f473556907b40e6617e98522292d81.tar.gz bcm5719-llvm-6ca999baf2f473556907b40e6617e98522292d81.zip |
Revert r332839.
This is causing miscompiles and "definition with same mangled name as another
definition" errors.
llvm-svn: 333482
Diffstat (limited to 'clang/test/CodeGenCXX/float16-declarations.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/float16-declarations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/float16-declarations.cpp b/clang/test/CodeGenCXX/float16-declarations.cpp index 1d6999fef07..e82c05ec8c8 100644 --- a/clang/test/CodeGenCXX/float16-declarations.cpp +++ b/clang/test/CodeGenCXX/float16-declarations.cpp @@ -103,7 +103,7 @@ int main(void) { C1 c1(f1l); // CHECK-DAG: [[F1L:%[a-z0-9]+]] = load half, half* %{{.*}}, align 2 -// CHECK-DAG: call void @_ZN2C1C1EDF16_(%class.C1* %{{.*}}, half %{{.*}}) +// CHECK-DAG: call void @_ZN2C1C2EDF16_(%class.C1* %{{.*}}, half %{{.*}}) S1<_Float16> s1 = { 132.f16 }; // CHECK-DAG: @_ZZ4mainE2s1 = private unnamed_addr constant %struct.S1 { half 0xH5820 }, align 2 |