diff options
Diffstat (limited to 'test/CodeGen/X86/2012-07-15-broadcastfold.ll')
-rw-r--r-- | test/CodeGen/X86/2012-07-15-broadcastfold.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-07-15-broadcastfold.ll b/test/CodeGen/X86/2012-07-15-broadcastfold.ll index 2c7dfc8dfd452..1c39c747cdc8d 100644 --- a/test/CodeGen/X86/2012-07-15-broadcastfold.ll +++ b/test/CodeGen/X86/2012-07-15-broadcastfold.ll @@ -2,7 +2,7 @@ declare x86_fastcallcc i64 @barrier() -;CHECK: bcast_fold +;CHECK-LABEL: bcast_fold: ;CHECK: vmov{{[au]}}ps %xmm{{[0-9]+}}, [[SPILLED:[^\)]+\)]] ;CHECK: barrier ;CHECK: vbroadcastss [[SPILLED]], %ymm0 |