commit | cffd247f6f710b691e1db86e99101ff11006db36 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Mar 10 23:56:08 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Mar 10 23:56:08 2008 +0000 |
tree | 18f5f8b8c411518343832d0aeea2bd7faf82cf21 | |
parent | 34d115777cb90be7ae8db741416a4964caecd2c0 [diff] [blame] |
abort with an assert instead of a cerr to get line# git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48199 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index 3c12fa1..762a7bc 100644 --- a/lib/Target/X86/X86InstrInfo.cpp +++ b/lib/Target/X86/X86InstrInfo.cpp
@@ -1499,7 +1499,7 @@ return; } - cerr << "Not yet supported!"; + assert(0 && "Not yet supported!"); abort(); }