commit | b91ae1ac521881e17bf5e6718601d3c6e8dfc29c | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Tue Nov 23 19:38:34 2010 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Tue Nov 23 19:38:34 2010 +0000 |
tree | cccfa194a9614773a63c5dd2f5a3bc147e09d15b | |
parent | b3c814538bb664448027cfc96b9c6073012d6352 [diff] [blame] |
Fix copy-and-paste error in exception message. llvm-svn: 120033
diff --git a/llvm/utils/TableGen/NeonEmitter.cpp b/llvm/utils/TableGen/NeonEmitter.cpp index 5fa60ae..24dcaed 100644 --- a/llvm/utils/TableGen/NeonEmitter.cpp +++ b/llvm/utils/TableGen/NeonEmitter.cpp
@@ -89,7 +89,7 @@ return 'i'; case 'f': return 'h'; - default: throw "unhandled type in widen!"; + default: throw "unhandled type in narrow!"; } return '\0'; }