mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
; RUN: not grep add %t
|
||||
; RUN: grep mulhw %t | count 1
|
||||
|
||||
define i32 @mulhs(i32 %a, i32 %b) {
|
||||
define i32 @mulhs(i32 %a, i32 %b) nounwind {
|
||||
entry:
|
||||
%tmp.1 = sext i32 %a to i64 ; <i64> [#uses=1]
|
||||
%tmp.3 = sext i32 %b to i64 ; <i64> [#uses=1]
|
||||
|
Reference in New Issue
Block a user