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 | a0e341f4294e1f0a37313121b8a9382074329db0 (patch) | |
| tree | 635ad5ae493db8a5ca04b88ed8debce88a22acfc /llvm | |
| parent | 96035bed513981eb9b9587e473ce80e8e75276b2 (diff) | |
| download | bcm5719-llvm-a0e341f4294e1f0a37313121b8a9382074329db0.tar.gz bcm5719-llvm-a0e341f4294e1f0a37313121b8a9382074329db0.zip | |
add missing flags
llvm-svn: 32885
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll b/llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll index 70d5ad31586..06875f3ec92 100644 --- a/llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll +++ b/llvm/test/Regression/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: |

