summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/hexagon-inline-asm.c
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-07-21 21:23:05 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-07-21 21:23:05 +0000
commitc0d12bcd68764536072d1798c3033747b4b38962 (patch)
treef31169901e16c8fee9bfb1d8c548298eb5c6486d /clang/test/CodeGen/hexagon-inline-asm.c
parente9a5a77ee3e861ec2b1a5fefc55d86fbb1252fcb (diff)
downloadbcm5719-llvm-c0d12bcd68764536072d1798c3033747b4b38962.tar.gz
bcm5719-llvm-c0d12bcd68764536072d1798c3033747b4b38962.zip
[Hexagon] Attempt to fix selfhost bots
The codegen testcase was checking for specific value names. Make it ignore the names instead as they are irrelevant. llvm-svn: 308782
Diffstat (limited to 'clang/test/CodeGen/hexagon-inline-asm.c')
-rw-r--r--clang/test/CodeGen/hexagon-inline-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/hexagon-inline-asm.c b/clang/test/CodeGen/hexagon-inline-asm.c
index 8d1308ee5d8..eada1de9c97 100644
--- a/clang/test/CodeGen/hexagon-inline-asm.c
+++ b/clang/test/CodeGen/hexagon-inline-asm.c
@@ -18,6 +18,6 @@ void foo(v64 v0, v64 v1, v64 *p) {
void fred(unsigned *p, unsigned m, unsigned v) {
asm ("memw(%0++%1) = %2" : : "r"(p),"a"(m),"r"(v) : "memory");
-// CHECK: call void asm sideeffect "memw($0++$1) = $2", "r,a,r,~{memory}"(i32* %0, i32 %1, i32 %2)
+// CHECK: call void asm sideeffect "memw($0++$1) = $2", "r,a,r,~{memory}"(i32* %{{.*}}, i32 %{{.*}}, i32 %{{.*}})
}
OpenPOWER on IntegriCloud