1 ; RUN: opt -mtriple=x86_64-- -passes=early-cse -earlycse-debug-hash < %s -S | FileCheck %s
3 ; CHECK: @foo(x86_mmx bitcast (double 0.000000e+00 to x86_mmx))
7 %0 = bitcast double 0.0 to x86_mmx
8 %1 = call x86_mmx @foo(x86_mmx %0)
12 declare x86_mmx @foo(x86_mmx)