]> granicus.if.org Git - clang/commitdiff
Re-satisfy the bots. Due to a de-sync between my clang and LLVM trees, I didn't notic...
authorJames Molloy <james.molloy@arm.com>
Wed, 7 May 2014 14:51:57 +0000 (14:51 +0000)
committerJames Molloy <james.molloy@arm.com>
Wed, 7 May 2014 14:51:57 +0000 (14:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208217 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm64-be-hfa-vararg.c

index 16573934adfcd381ae4b819725a058fc835d8678..c9d650794d6e0fc082b0b0e874eb4ad241632435 100644 (file)
@@ -4,7 +4,7 @@
 
 // A single member HFA must be aligned just like a non-HFA register argument.
 double callee(int a, ...) {
-// CHECK: %align_be = add i64 %{{.*}}, 8
+// CHECK: = add i64 %{{.*}}, 8
   va_list vl;
   va_start(vl, a);
   double result = va_arg(vl, struct { double a; }).a;