Add mtriple to test case to avoid problems with different naming schemes

llvm-svn: 234793
This commit is contained in:
Krzysztof Parzyszek 2015-04-13 20:24:40 +00:00
parent 7fa6629d7d
commit cab9ce9163
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc -march=x86 < %s | FileCheck %s ; RUN: llc -march=x86-64 -mtriple=x86_64-pc-linux-gnu < %s | FileCheck %s
; CHECK-LABEL: tail_memcpy ; CHECK-LABEL: tail_memcpy
; CHECK: jmp memcpy ; CHECK: jmp memcpy