diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_arith-3.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_arith-3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/widen_arith-3.ll b/llvm/test/CodeGen/X86/widen_arith-3.ll index 11d56f57864..b959ce82c9a 100644 --- a/llvm/test/CodeGen/X86/widen_arith-3.ll +++ b/llvm/test/CodeGen/X86/widen_arith-3.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=x86 -mattr=+sse42 -post-RA-scheduler=true | FileCheck %s -; CHECK: incw +; CHECK: incl ; CHECK: incl ; CHECK: incl ; CHECK: addl |