summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGen/exprs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/exprs.c b/clang/test/CodeGen/exprs.c
index 01abd505058..f8f28330ab7 100644
--- a/clang/test/CodeGen/exprs.c
+++ b/clang/test/CodeGen/exprs.c
@@ -182,5 +182,5 @@ void f17() {
__int128 x = 2;
x--;
extfunc(x);
-// CHECK: add nsw i128 %0, -1
+// CHECK: add nsw i128 %{{.}}, -1
}
OpenPOWER on IntegriCloud