Remove FileCheck from test case token_landingpad.ll.
[oota-llvm.git] / test / CodeGen / XCore / unaligned_store_combine.ll
index d1f4e6c15cd55556b781c723428fba266777d574..4b29a05984a1bc63d675b8cc3d97dcef7b62c92b 100644 (file)
@@ -7,7 +7,7 @@ entry:
 ; CHECK-LABEL: f:
 ; CHECK: ldc r2, 8
 ; CHECK: bl memmove
-       %0 = load i64* %src, align 1
+       %0 = load i64, i64* %src, align 1
        store i64 %0, i64* %dst, align 1
        ret void
 }