]> granicus.if.org Git - clang/commitdiff
Update testing cases after backend changes.
authorManman Ren <manman.ren@gmail.com>
Tue, 5 Apr 2016 23:27:51 +0000 (23:27 +0000)
committerManman Ren <manman.ren@gmail.com>
Tue, 5 Apr 2016 23:27:51 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265488 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm-swiftcall.c
test/CodeGenCXX/arm-swiftcall.cpp

index f8c97c418a5ab5578b17a8ef66f4998cc0570d22..d54a31337085f699ff6084d206db808d3b59b823 100644 (file)
@@ -47,7 +47,7 @@ void test_context_error_1() {
 // CHECK:       [[TEMP:%.*]] = alloca swifterror float*, align 4
 // CHECK:       [[T0:%.*]] = load float*, float** [[ERROR]], align 4
 // CHECK:       store float* [[T0]], float** [[TEMP]], align 4
-// CHECK:       call [[SWIFTCC:cc16]] void @context_error_1(i32* swiftself [[X]], float** swifterror [[TEMP]])
+// CHECK:       call [[SWIFTCC:swiftcc]] void @context_error_1(i32* swiftself [[X]], float** swifterror [[TEMP]])
 // CHECK:       [[T0:%.*]] = load float*, float** [[TEMP]], align 4
 // CHECK:       store float* [[T0]], float** [[ERROR]], align 4
 
index d67a9a0282d6f28d9e05f60799c313deda81031c..535350c808d3a9387026c12f1f67ebef90680851 100644 (file)
@@ -77,7 +77,7 @@ TEST(struct_1);
 // CHECK:   ret void
 // CHECK-LABEL: define void @test_struct_1()
 // CHECK:   [[TMP:%.*]] = alloca [[REC]], align 4
-// CHECK:   [[CALL:%.*]] = call [[SWIFTCC:cc16]] [[UAGG]] @return_struct_1()
+// CHECK:   [[CALL:%.*]] = call [[SWIFTCC:swiftcc]] [[UAGG]] @return_struct_1()
 // CHECK:   [[CAST_TMP:%.*]] = bitcast [[REC]]* [[TMP]] to [[AGG]]*
 // CHECK:   [[T0:%.*]] = getelementptr inbounds [[AGG]], [[AGG]]* [[CAST_TMP]], i32 0, i32 0
 // CHECK:   [[T1:%.*]] = extractvalue [[UAGG]] [[CALL]], 0