1; RUN: opt -memoryssa -gvn -early-cse-memssa %s -S | FileCheck %s 2 3; CHECK: define void @foo( 4 5define void @foo() { 6 ret void 7} 8