diff options
author | Chris Lattner <sabre@nondot.org> | 2007-01-04 23:18:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-01-04 23:18:14 +0000 |
commit | 05a141646317097a8cdb0bd51ad66ca12a7602f1 (patch) | |
tree | da9c9f9250793732502c369ccc7701a1c4a41b9a /test | |
parent | f8e7a219121b7d6f8bcf1e22828648a243384fbb (diff) | |
download | external_llvm-05a141646317097a8cdb0bd51ad66ca12a7602f1.zip external_llvm-05a141646317097a8cdb0bd51ad66ca12a7602f1.tar.gz external_llvm-05a141646317097a8cdb0bd51ad66ca12a7602f1.tar.bz2 |
add missing flags
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll b/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll index 70d5ad3..06875f3 100644 --- a/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll +++ b/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc | grep extsb && -; RUN: llvm-as < %s | llc | grep extsh +; RUN: llvm-as < %s | llc -march=ppc32 | grep extsb && +; RUN: llvm-as < %s | llc -march=ppc32 | grep extsh define i32 %p1(i8 %c, i16 %s) { entry: |