diff options
| author | Torok Edwin <edwintorok@gmail.com> | 2009-07-14 12:22:58 +0000 |
|---|---|---|
| committer | Torok Edwin <edwintorok@gmail.com> | 2009-07-14 12:22:58 +0000 |
| commit | 6cdb897258ffc6dc4a8f45128741647d1d278848 (patch) | |
| tree | 48eac81408aab8379a740c519f64f088e0b44db5 /llvm/lib/CodeGen | |
| parent | ba70a9b0c7988808e0fc478a84e9845d96ba464b (diff) | |
| download | bcm5719-llvm-6cdb897258ffc6dc4a8f45128741647d1d278848.tar.gz bcm5719-llvm-6cdb897258ffc6dc4a8f45128741647d1d278848.zip | |
eliminate extra space.
llvm-svn: 75630
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/IntrinsicLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/IntrinsicLowering.cpp b/llvm/lib/CodeGen/IntrinsicLowering.cpp index 9e6bcd83f3a..270a232bf72 100644 --- a/llvm/lib/CodeGen/IntrinsicLowering.cpp +++ b/llvm/lib/CodeGen/IntrinsicLowering.cpp @@ -295,7 +295,7 @@ static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname, const char *Dname, const char *LDname) { switch (CI->getOperand(1)->getType()->getTypeID()) { - default: LLVM_UNREACHABLE( "Invalid type in intrinsic"); + default: LLVM_UNREACHABLE("Invalid type in intrinsic"); case Type::FloatTyID: ReplaceCallWith(Fname, CI, CI->op_begin() + 1, CI->op_end(), Type::FloatTy); |

