diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-08-15 23:32:03 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-08-15 23:32:03 +0000 |
commit | cbc55d9dc0b36a49ba749cf69c38223785ffa01e (patch) | |
tree | b46bcff944f08fd89b61c5625996be588fe486ee | |
parent | 589a494352569020f52102fe11187ab3ec59f617 (diff) | |
download | bcm5719-llvm-cbc55d9dc0b36a49ba749cf69c38223785ffa01e.tar.gz bcm5719-llvm-cbc55d9dc0b36a49ba749cf69c38223785ffa01e.zip |
Test expects SSE, give him SSE.
llvm-svn: 111115
-rw-r--r-- | llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll index 1becb5f12a5..d2115496f8f 100644 --- a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll +++ b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 -O2 < %s | grep debug_loc12 +; RUN: llc -march=x86-64 -O2 < %s | grep debug_loc12 ; Test to check .debug_loc support. This test case emits 13 debug_loc entries. %0 = type { double } |