diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll b/llvm/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll index fb3af168f0b..1114b8942f2 100644 --- a/llvm/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll +++ b/llvm/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- @g = external global ppc_fp128 @h = external global ppc_fp128 |