diff options
Diffstat (limited to 'test/CodeGen/X86/opt-ext-uses.ll')
-rw-r--r-- | test/CodeGen/X86/opt-ext-uses.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/opt-ext-uses.ll b/test/CodeGen/X86/opt-ext-uses.ll index 39e6fd0e6a59..b654a81c11cd 100644 --- a/test/CodeGen/X86/opt-ext-uses.ll +++ b/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() { |