diff options
-rw-r--r-- | test/CodeGen/X86/fast-isel-constant.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/X86/fast-isel-constant.ll b/test/CodeGen/X86/fast-isel-constant.ll index 394c1f9370..6f9240ac47 100644 --- a/test/CodeGen/X86/fast-isel-constant.ll +++ b/test/CodeGen/X86/fast-isel-constant.ll @@ -19,14 +19,6 @@ normal: overflow: ret i1 false - -; X32: test4: -; X32: addl -; X32-NEXT: jo - -; X64: test4: -; X64: addl %e[[A1:si|dx]], %e[[A0:di|cx]] -; X64-NEXT: jo } declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32) |