Skip to content

Commit 8b9bf3a

Browse files
[InlineAsm] fix botched merge conflict resolution
Link: #66003
1 parent 4d10b95 commit 8b9bf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/InlineAsm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ class InlineAsm final : public Value {
457457
return "o";
458458
case ConstraintCode::v:
459459
return "v";
460-
case InlineAsm::Constraint::A:
460+
case ConstraintCode::A:
461461
return "A";
462462
case ConstraintCode::Q:
463463
return "Q";

0 commit comments

Comments
 (0)