summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/ppc-sfvarargs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/ppc-sfvarargs.c b/clang/test/CodeGen/ppc-sfvarargs.c
index 745c329435b..a60dc3c41be 100644
--- a/clang/test/CodeGen/ppc-sfvarargs.c
+++ b/clang/test/CodeGen/ppc-sfvarargs.c
@@ -12,6 +12,6 @@ void foo() {
double a;
test("test",a);
}
-// CHECK: %{{[0-9]+}} = add i8 %numUsedRegs, 1
+// CHECK: %{{[0-9]+}} = add i8 %{{[0-9]+}}, 1
// CHECK: %{{[0-9]+}} = and i8 %{{[0-9]+}}, -2
-// CHECK: %{{[0-9]+}} = mul i8 %{{[0-9]+}}, 4 \ No newline at end of file
+// CHECK: %{{[0-9]+}} = mul i8 %{{[0-9]+}}, 4
OpenPOWER on IntegriCloud