diff options
| -rw-r--r-- | llvm/test/CodeGen/X86/movgs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/movgs.ll b/llvm/test/CodeGen/X86/movgs.ll index 31c42af1b18..5eda5d816ef 100644 --- a/llvm/test/CodeGen/X86/movgs.ll +++ b/llvm/test/CodeGen/X86/movgs.ll @@ -26,7 +26,7 @@ entry: ; rdar://8453210 ; X32: test2: -; X32: movl 16(%esp), %eax +; X32: movl {{.*}}(%esp), %eax ; X32: call *%gs:(%eax) ; X64: test2: |

