From b32d6f455fdacd30e41e62b2e8d1620792918068 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Tue, 3 Feb 2015 16:33:55 +0000 Subject: [PATCH] Further revise too-restrictive test CodeGen/PowerPC/tls-pic.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227980 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/tls-pic.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/PowerPC/tls-pic.ll b/test/CodeGen/PowerPC/tls-pic.ll index ed8b981e24e..a5cdd240652 100644 --- a/test/CodeGen/PowerPC/tls-pic.ll +++ b/test/CodeGen/PowerPC/tls-pic.ll @@ -65,5 +65,5 @@ entry: ; OPT1: bl __tls_get_addr(a2@tlsgd) ; OPT1-NEXT: nop ; OPT1-32-LABEL: main2 -; OPT1-32: addi 3, {{[0-9]+}}, a2@got@tlsgd +; OPT1-32: addi {{[0-9]+}}, {{[0-9]+}}, a2@got@tlsgd ; OPT1-32: bl __tls_get_addr(a2@tlsgd)@PLT -- 2.34.1