diff options
author | Devang Patel <dpatel@apple.com> | 2010-08-12 00:17:38 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-08-12 00:17:38 +0000 |
commit | 48595bf2bc47065c79626db50fb04a47f161ad85 (patch) | |
tree | 17c8391981ec3c90761d2e11b2034a93dd883e13 /llvm/test/CodeGen | |
parent | 628fcf4e3b79ba9f41dd1b49b1aba7a20b68fc0e (diff) | |
download | bcm5719-llvm-48595bf2bc47065c79626db50fb04a47f161ad85.tar.gz bcm5719-llvm-48595bf2bc47065c79626db50fb04a47f161ad85.zip |
This is x86 only test.
llvm-svn: 110887
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/X86/2010-08-10-DbgConstant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-08-10-DbgConstant.ll b/llvm/test/CodeGen/X86/2010-08-10-DbgConstant.ll index ed94579137f..d98ef14e108 100644 --- a/llvm/test/CodeGen/X86/2010-08-10-DbgConstant.ll +++ b/llvm/test/CodeGen/X86/2010-08-10-DbgConstant.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 < %s | FileCheck %s +; RUN: llc -march=x86 -O0 < %s | FileCheck %s ; CHECK: DW_TAG_constant ; CHECK-NEXT: ascii "ro" #{{#?}} DW_AT_name |