summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2011-11-30 17:34:28 +0000
committerNadav Rotem <nadav.rotem@intel.com>2011-11-30 17:34:28 +0000
commit0a1801015c939c02b397fcd52a15c94b027fc897 (patch)
tree64be48e7dea80051a610a9efcea75cbd9fef82b7 /llvm
parent69021974073fddaf7ec7345819e46f16e5dcdcde (diff)
downloadbcm5719-llvm-0a1801015c939c02b397fcd52a15c94b027fc897.tar.gz
bcm5719-llvm-0a1801015c939c02b397fcd52a15c94b027fc897.zip
Add test arch to make it pass on non x86 targets
llvm-svn: 145498
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/2011-11-30-or.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2011-11-30-or.ll b/llvm/test/CodeGen/X86/2011-11-30-or.ll
index 51dc52d422b..0a949eb29b8 100644
--- a/llvm/test/CodeGen/X86/2011-11-30-or.ll
+++ b/llvm/test/CodeGen/X86/2011-11-30-or.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mcpu=corei7 | 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-f80:128:128-n8:16:32"
target triple = "x86_64-apple-macosx10.6.6"
OpenPOWER on IntegriCloud