diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/opt-ext-uses.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/opt-ext-uses.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/opt-ext-uses.ll b/llvm/test/CodeGen/X86/opt-ext-uses.ll index 39e6fd0e6a5..b654a81c11c 100644 --- a/llvm/test/CodeGen/X86/opt-ext-uses.ll +++ b/llvm/test/CodeGen/X86/opt-ext-uses.ll @@ -2,8 +2,8 @@ ; This test should get one and only one register to register mov. ; CHECK-LABEL: t: -; CHECK: movw -; CHECK-NOT: movw +; CHECK: movl +; CHECK-NOT: mov ; CHECK: ret define signext i16 @t() { |