summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-06-24 09:51:30 +0000
committerAndrew Trick <atrick@apple.com>2013-06-24 09:51:30 +0000
commit37d002f0a8b6dd7571bb819b70e98474f994c57a (patch)
treeaeb9285ae2e650ef62e3f9fda709f6d36fde66ec /test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
parentebc3938ae717d7352de800344c3ad5a1bceb74e5 (diff)
downloadllvm-37d002f0a8b6dd7571bb819b70e98474f994c57a.tar.gz
llvm-37d002f0a8b6dd7571bb819b70e98474f994c57a.tar.bz2
llvm-37d002f0a8b6dd7571bb819b70e98474f994c57a.tar.xz
Add -mcpu to some unit tests that only fail on certain hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-08-31-EH_RETURN32.ll')
-rw-r--r--test/CodeGen/X86/2008-08-31-EH_RETURN32.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll b/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
index c63c890add..7cf9cb0077 100644
--- a/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
+++ b/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
@@ -1,5 +1,5 @@
; Check that eh_return & unwind_init were properly lowered
-; RUN: llc < %s -verify-machineinstrs | FileCheck %s
+; RUN: llc -mcpu=corei7 < %s -verify-machineinstrs | FileCheck %s
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
target triple = "i386-pc-linux"