From 6b91775db6badd5fd52c4a0828819dd1b8c3d8cb Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 5 Jan 2007 18:33:16 +0000 Subject: [PATCH] Globals are not renamed any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32921 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/darwin-labels.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/PowerPC/darwin-labels.ll b/test/CodeGen/PowerPC/darwin-labels.ll index c690d196a07..8178c8401c8 100644 --- a/test/CodeGen/PowerPC/darwin-labels.ll +++ b/test/CodeGen/PowerPC/darwin-labels.ll @@ -1,4 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc | grep 'foo bar.s":' +; RUN: llvm-upgrade < %s | llvm-as | llc | grep 'foo bar":' target endian = big target pointersize = 32