diff options
| author | Dan Gohman <gohman@apple.com> | 2010-04-07 23:22:42 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-04-07 23:22:42 +0000 |
| commit | eb7111b98fb6281deb9d40dc9f1bf737ae770b14 (patch) | |
| tree | d95538f8372005425e8f044f13f8d70d4d21bd30 /llvm/lib/VMCore | |
| parent | 4a3c07dfb09cbbc4db0358f71bf115fc5bd1deb3 (diff) | |
| download | bcm5719-llvm-eb7111b98fb6281deb9d40dc9f1bf737ae770b14.tar.gz bcm5719-llvm-eb7111b98fb6281deb9d40dc9f1bf737ae770b14.zip | |
Say bitcast instead of bitconvert.
llvm-svn: 100720
Diffstat (limited to 'llvm/lib/VMCore')
| -rw-r--r-- | llvm/lib/VMCore/Instructions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp index 4609a64213b..65786dffed5 100644 --- a/llvm/lib/VMCore/Instructions.cpp +++ b/llvm/lib/VMCore/Instructions.cpp @@ -2060,7 +2060,7 @@ unsigned CastInst::isEliminableCastPair( // FPEXT < FloatPt n/a FloatPt n/a // PTRTOINT n/a Pointer n/a Integral Unsigned // INTTOPTR n/a Integral Unsigned Pointer n/a - // BITCONVERT = FirstClass n/a FirstClass n/a + // BITCAST = FirstClass n/a FirstClass n/a // // NOTE: some transforms are safe, but we consider them to be non-profitable. // For example, we could merge "fptoui double to i32" + "zext i32 to i64", |

