diff options
-rw-r--r-- | test/CodeGen/Generic/switch-lower-feature-2.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/switch-lower-feature-2.ll b/test/CodeGen/Generic/switch-lower-feature-2.ll index 9363f034cc..1edd47f83e 100644 --- a/test/CodeGen/Generic/switch-lower-feature-2.ll +++ b/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 [ |