mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix a typo in the mattr part of the run line.
llvm-svn: 192174
This commit is contained in:
parent
3d7c6afb79
commit
2d70555027
@ -1,6 +1,6 @@
|
||||
; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -mattr=+sse2,-avx | grep movq
|
||||
; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -mattr=+sse2,-avx | grep mov | count 1
|
||||
; RUN: llc < %s -march=x86-64 -mtriple=x86_64-pc-linux -mattr=+sse2-avx | grep movd
|
||||
; RUN: llc < %s -march=x86-64 -mtriple=x86_64-pc-linux -mattr=+sse2,-avx | grep movd
|
||||
|
||||
define <2 x i64> @t1(i64 %x) nounwind {
|
||||
%tmp8 = insertelement <2 x i64> zeroinitializer, i64 %x, i32 0
|
||||
|
Loading…
Reference in New Issue
Block a user