diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-11-23 19:38:34 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-11-23 19:38:34 +0000 |
| commit | b91ae1ac521881e17bf5e6718601d3c6e8dfc29c (patch) | |
| tree | cccfa194a9614773a63c5dd2f5a3bc147e09d15b /llvm/utils/TableGen/NeonEmitter.cpp | |
| parent | b3c814538bb664448027cfc96b9c6073012d6352 (diff) | |
| download | bcm5719-llvm-b91ae1ac521881e17bf5e6718601d3c6e8dfc29c.tar.gz bcm5719-llvm-b91ae1ac521881e17bf5e6718601d3c6e8dfc29c.zip | |
Fix copy-and-paste error in exception message.
llvm-svn: 120033
Diffstat (limited to 'llvm/utils/TableGen/NeonEmitter.cpp')
| -rw-r--r-- | llvm/utils/TableGen/NeonEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/NeonEmitter.cpp b/llvm/utils/TableGen/NeonEmitter.cpp index 5fa60ae1c7d..24dcaeddfe8 100644 --- a/llvm/utils/TableGen/NeonEmitter.cpp +++ b/llvm/utils/TableGen/NeonEmitter.cpp @@ -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'; } |

