diff options
-rw-r--r-- | llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll b/llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll index c690d196a07..8178c8401c8 100644 --- a/llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll +++ b/llvm/test/Regression/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 |