diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll b/llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll index 687f426f12b..a524fffccf9 100644 --- a/llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll +++ b/llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep .comm.*X,0 +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep .comm.*X,0 @X = linkonce global { } zeroinitializer ; <{ }*> [#uses=0] |