diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2017-07-05 05:14:43 +0000 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2017-07-05 05:14:43 +0000 |
commit | 5fd4ea36fd53f8beca2056f98c2683ae4ceb5e0d (patch) | |
tree | 35e75411094c2c89997b4f06b050da791d4b833e | |
parent | 25d1b4341f0a96e68a312052284ece5114a3ace0 (diff) | |
download | bcm5719-llvm-5fd4ea36fd53f8beca2056f98c2683ae4ceb5e0d.tar.gz bcm5719-llvm-5fd4ea36fd53f8beca2056f98c2683ae4ceb5e0d.zip |
Add the missing triple to the test case added as part of r307120.
llvm-svn: 307122
-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 |