diff options
Diffstat (limited to 'test/CodeGen/X86/pr9127.ll')
-rw-r--r-- | test/CodeGen/X86/pr9127.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr9127.ll b/test/CodeGen/X86/pr9127.ll index ba92c77..33f9ace 100644 --- a/test/CodeGen/X86/pr9127.ll +++ b/test/CodeGen/X86/pr9127.ll @@ -3,7 +3,7 @@ define i8 @foobar(double %d, double* %x) { entry: - %tmp2 = load double* %x, align 8 + %tmp2 = load double, double* %x, align 8 %cmp = fcmp oeq double %tmp2, %d %conv3 = zext i1 %cmp to i8 ret i8 %conv3 |