diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/pr18663.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/pr18663.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pr18663.ll b/llvm/test/CodeGen/PowerPC/pr18663.ll index bbfbca9a65b..331870e456f 100644 --- a/llvm/test/CodeGen/PowerPC/pr18663.ll +++ b/llvm/test/CodeGen/PowerPC/pr18663.ll @@ -1,5 +1,5 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mtriple=powerpc64-unknown-linux-gnu -; RUN: llc -verify-machineinstrs < %s -march=ppc64le -mtriple=powerpc64le-unknown-linux-gnu +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-unknown-linux-gnu %class.Point.1 = type { %class.Tensor.0 } %class.Tensor.0 = type { [3 x double] } |