summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/x86_32-arguments-iamcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/x86_32-arguments-iamcu.c')
-rw-r--r--clang/test/CodeGen/x86_32-arguments-iamcu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/x86_32-arguments-iamcu.c b/clang/test/CodeGen/x86_32-arguments-iamcu.c
index bac2fb71a08..12fafdf4f53 100644
--- a/clang/test/CodeGen/x86_32-arguments-iamcu.c
+++ b/clang/test/CodeGen/x86_32-arguments-iamcu.c
@@ -57,6 +57,6 @@ st12_t retLargeStruct(int i1, st12_t r) { return r; }
// CHECK-LABEL: define i32 @varArgs(i32 inreg %i1, ...)
int varArgs(int i1, ...) { return i1; }
-// CHECK-LABEL: define double @longDoubleArg(double %ld1)
+// CHECK-LABEL: define double @longDoubleArg(double inreg %ld1)
long double longDoubleArg(long double ld1) { return ld1; }
OpenPOWER on IntegriCloud