diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-04-05 16:43:09 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-04-05 16:43:09 +0000 |
| commit | 506d8db8a41422254e4379d8c1754803d78c7af0 (patch) | |
| tree | 31be13e785bade377fc501dc09422f5060427730 /llvm | |
| parent | a6d17d9c1918f2b20b82a51fe532e8e83191045b (diff) | |
| download | bcm5719-llvm-506d8db8a41422254e4379d8c1754803d78c7af0.tar.gz bcm5719-llvm-506d8db8a41422254e4379d8c1754803d78c7af0.zip | |
Fix test
llvm-svn: 35683
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/Generic/switch-lower-feature-2.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/switch-lower-feature-2.ll b/llvm/test/CodeGen/Generic/switch-lower-feature-2.ll index 9363f034cc4..1edd47f83e5 100644 --- a/llvm/test/CodeGen/Generic/switch-lower-feature-2.ll +++ b/llvm/test/CodeGen/Generic/switch-lower-feature-2.ll @@ -8,6 +8,8 @@ ; RUN: llvm-as < %s | llc -march=x86 -o - | grep ja | wc -l | grep 1 && ; RUN: llvm-as < %s | llc -march=x86 -o - | grep js | wc -l | grep 1 +target triple = "i686-pc-linux-gnu" + define i32 @main(i32 %tmp158) { entry: switch i32 %tmp158, label %bb336 [ |

