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 | bde87c4d2a98ef2d406bd596cd1e5455a5573312 (patch) | |
tree | 7a01bdeeb009cb6f379c83b9a8ed323b7ed45171 /test/CodeGen/X86/2010-05-25-DotDebugLoc.ll | |
parent | 91e0d7db811bd928d3ec30229345239743ef9838 (diff) |
Test expects SSE, give him SSE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-05-25-DotDebugLoc.ll')
-rw-r--r-- | test/CodeGen/X86/2010-05-25-DotDebugLoc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll index 1becb5f12a..d2115496f8 100644 --- a/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll +++ b/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 } |