commit | b1d1ab90321e2e4ce57a5b6c49c420630beafc38 | [log] [tgz] |
---|---|---|
author | Dale Johannesen <dalej@apple.com> | Thu Feb 28 18:36:51 2008 +0000 |
committer | Dale Johannesen <dalej@apple.com> | Thu Feb 28 18:36:51 2008 +0000 |
tree | 6819d24c10b13a1184c717782e2ef46cfe6204cc | |
parent | 61075f36df71d1d3ad61a3343cf6f342002a2696 [diff] [blame] |
Fix an assertion message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47722 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index e0069b5..37dab7d 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -587,7 +587,7 @@ else if (VT==MVT::f32) intVT = MVT::i32; else - assert(0 && "Unaligned load of unsupported type"); + assert(0 && "Unaligned store of unsupported type"); SDOperand Result = DAG.getNode(ISD::BIT_CONVERT, intVT, Val); return DAG.getStore(Chain, Result, Ptr, ST->getSrcValue(),