summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-08-15 20:42:56 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-08-15 20:42:56 +0000
commit4566466b7fea443ad12ab2ff3d1a00255026d3b0 (patch)
treea065c3fafa43e53c114484ecfcce8a26be7647ea /llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll
parent339423c4601f5337c021219c9057963fe2f45b8f (diff)
downloadbcm5719-llvm-4566466b7fea443ad12ab2ff3d1a00255026d3b0.tar.gz
bcm5719-llvm-4566466b7fea443ad12ab2ff3d1a00255026d3b0.zip
Restore arch on these test, they fail on arm.
llvm-svn: 111109
Diffstat (limited to 'llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll')
-rw-r--r--llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll b/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll
index 207a1f7f945..85ee091c347 100644
--- a/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll
+++ b/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 < %s | FileCheck %s
+; RUN: llc -march=x86 -O0 < %s | FileCheck %s
; Currently, dbg.declare generates a DEBUG_VALUE comment. Eventually it will
; generate DWARF and this test will need to be modified or removed.
OpenPOWER on IntegriCloud