summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/arm-swiftcall.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-02-11 20:33:22 +0000
committerNico Weber <nicolasweber@gmx.de>2019-02-11 20:33:22 +0000
commit346f1e97a9a9166f815b4a3ca2cce2220a9eb162 (patch)
treea2e59833e89334caaa20b2fbc201ffbe9071c289 /clang/test/CodeGenCXX/arm-swiftcall.cpp
parent22c21934cefc83a8f911728eea24ebe79df49af1 (diff)
downloadbcm5719-llvm-346f1e97a9a9166f815b4a3ca2cce2220a9eb162.tar.gz
bcm5719-llvm-346f1e97a9a9166f815b4a3ca2cce2220a9eb162.zip
Fix a few tests that were missing ':' on CHECK lines and weren't testing anything.
Found by `git grep '\/\/ CHECK-[^: ]* ' clang/test/ | grep -v RUN:`. Also tweak CodeGenCXX/arm-swiftcall.cpp to still pass now that it checks more. Differential Revision: https://reviews.llvm.org/D58061 llvm-svn: 353744
Diffstat (limited to 'clang/test/CodeGenCXX/arm-swiftcall.cpp')
-rw-r--r--clang/test/CodeGenCXX/arm-swiftcall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/arm-swiftcall.cpp b/clang/test/CodeGenCXX/arm-swiftcall.cpp
index 36a5afad4c6..62a92fc20f9 100644
--- a/clang/test/CodeGenCXX/arm-swiftcall.cpp
+++ b/clang/test/CodeGenCXX/arm-swiftcall.cpp
@@ -120,6 +120,6 @@ TEST(struct_indirect_1)
class struct_trivial {
int x;
};
-// CHECK-LABEL define void @test_struct_trivial(i32{{( %.*)?}})
+// CHECK-LABEL: define swiftcc void @test_struct_trivial(i32{{( %.*)?}})
extern "C" SWIFTCALL
void test_struct_trivial(struct_trivial triv) {}
OpenPOWER on IntegriCloud