diff options
-rw-r--r-- | llvm/test/CodeGen/PowerPC/PR33636.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/PR33636.ll b/llvm/test/CodeGen/PowerPC/PR33636.ll index f4091ca58f9..4a1216dd4c1 100644 --- a/llvm/test/CodeGen/PowerPC/PR33636.ll +++ b/llvm/test/CodeGen/PowerPC/PR33636.ll @@ -1,6 +1,6 @@ ; Just a test case for a crash reported in ; https://bugs.llvm.org/show_bug.cgi?id=33636 -; RUN: llc < %s | FileCheck %s +; RUN: llc -mtriple=powerpc64le-unknown-unknown -mcpu=pwr8 < %s | FileCheck %s @g_225 = external unnamed_addr global i16, align 2 @g_756 = external global [6 x i32], align 4 @g_3456 = external global i32, align 4 |