Add a neat little two's complement hack for x86.
[oota-llvm.git] / test / CodeGen / X86 / widen_load-1.ll
index d397645f193f8e100859caf8546754fec8684ef7..639617f177749bd186a4aa8403facea825b4aaff 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc %s -o - -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -disable-mmx | FileCheck %s
+; RUN: llc %s -o - -march=x86-64 -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
 ; PR4891
 
 ; This load should be before the call, not after.