Skip to content

Commit a0abb43

Browse files
committed
Fixing the type of the dummy variable
1 parent 50ad52c commit a0abb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/Hexagon/swp-dependent-phis.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@global.4 = common dso_local local_unnamed_addr global i32 0, align 4
1818

1919
; Function Attrs: nofree norecurse nosync nounwind
20-
define dso_local i32 @wombat(i8 zeroext %arg, i16 %dummy) local_unnamed_addr #0 {
20+
define dso_local i32 @wombat(i8 zeroext %arg, i32 %dummy) local_unnamed_addr #0 {
2121
bb:
2222
%load = load ptr, ptr @global, align 4
2323
%load1 = load i32, ptr @global.1, align 4

0 commit comments

Comments
 (0)