Skip to content

Commit

Permalink
Fix copy-and-paste error in exception message.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120033 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
bob-wilson committed Nov 23, 2010
1 parent b70ebd2 commit b055f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/TableGen/NeonEmitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static char Narrow(const char t) {
return 'i';
case 'f':
return 'h';
default: throw "unhandled type in widen!";
default: throw "unhandled type in narrow!";
}
return '\0';
}
Expand Down

0 comments on commit b055f74

Please sign in to comment.