diff options
Diffstat (limited to 'test/CodeGen/X86/extractps.ll')
| -rw-r--r-- | test/CodeGen/X86/extractps.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/extractps.ll b/test/CodeGen/X86/extractps.ll index fecd2faed321..7d4c2cf619a1 100644 --- a/test/CodeGen/X86/extractps.ll +++ b/test/CodeGen/X86/extractps.ll @@ -4,7 +4,7 @@ ; RUN: grep "extractps \$1, %xmm0, " %t | count 1 ; PR2647 -external global float, align 16 ; <float*>:0 [#uses=2] +@0 = external global float, align 16 ; <float*>:0 [#uses=2] define internal void @""() nounwind { load float, float* @0, align 16 ; <float>:1 [#uses=1] |
