summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/aapcs-align.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2019-05-29 20:45:32 +0000
committerTim Northover <tnorthover@apple.com>2019-05-29 20:45:32 +0000
commit4b281755ae4951ca83c287680b47d77433f3ee0a (patch)
tree358772fdab6bd65af318207dbc108a1e6a34311b /clang/test/CodeGen/aapcs-align.cpp
parent2e896b8b39bcaacce56943315cbca0a1daae2819 (diff)
downloadbcm5719-llvm-4b281755ae4951ca83c287680b47d77433f3ee0a.tar.gz
bcm5719-llvm-4b281755ae4951ca83c287680b47d77433f3ee0a.zip
Revert "LLVM IR: update Clang tests for byval being a typed attribute."
The underlying LLVM change couldn't cope with llvm-link and broke LTO builds. llvm-svn: 362028
Diffstat (limited to 'clang/test/CodeGen/aapcs-align.cpp')
-rw-r--r--clang/test/CodeGen/aapcs-align.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/aapcs-align.cpp b/clang/test/CodeGen/aapcs-align.cpp
index bcc4604d742..40fba782352 100644
--- a/clang/test/CodeGen/aapcs-align.cpp
+++ b/clang/test/CodeGen/aapcs-align.cpp
@@ -95,8 +95,8 @@ void g4() {
f4m(1, 2, 3, 4, 5, s);
}
// CHECK: define void @g4
-// CHECK: call void @f4(i32 1, %struct.SF16* nonnull byval align 8
-// CHECK: call void @f4m(i32 1, i32 2, i32 3, i32 4, i32 5, %struct.SF16* nonnull byval align 8
+// CHECK: call void @f4(i32 1, %struct.SF16* byval nonnull align 8
+// CHECK: call void @f4m(i32 1, i32 2, i32 3, i32 4, i32 5, %struct.SF16* byval nonnull align 8
// CHECK: declare void @f4(i32, %struct.SF16* byval align 8)
// CHECK: declare void @f4m(i32, i32, i32, i32, i32, %struct.SF16* byval align 8)
OpenPOWER on IntegriCloud