diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-10-21 04:42:29 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-10-21 04:42:29 +0000 |
| commit | 20e75d46357c64e8483597ea564e2a4bdcbe835e (patch) | |
| tree | dcc3e0dd74d1120e8107b2bc6cbd8eb76e537cc7 /llvm/lib | |
| parent | 60c9d4dc76e606749dea4207c0b3eaafc770deba (diff) | |
| download | bcm5719-llvm-20e75d46357c64e8483597ea564e2a4bdcbe835e.tar.gz bcm5719-llvm-20e75d46357c64e8483597ea564e2a4bdcbe835e.zip | |
update assert message
llvm-svn: 31093
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp index c5e45a8c648..b2b9d557e1a 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.cpp +++ b/llvm/lib/Target/X86/X86InstrInfo.cpp @@ -381,7 +381,7 @@ void X86InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, return; } - assert(Cond.size() == 1 && "X86 branch conditions have two components!"); + assert(Cond.size() == 1 && "X86 branch conditions have one component!"); // Conditional branch. unsigned Opc = GetCondBranchFromCond((X86::CondCode)Cond[0].getImm()); |

