Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: test/CodeGen/X86/invalid-gcc-snan-conversion.ll

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/CodeGen/X86/invalid-gcc-snan-conversion.ll
diff --git a/test/CodeGen/X86/invalid-gcc-snan-conversion.ll b/test/CodeGen/X86/invalid-gcc-snan-conversion.ll
index 416f0c0b83a1b67969e586cf273a51931a7eed70..4b0b8cc82b421a4a1bc3f818925647fd1a669ef1 100644
--- a/test/CodeGen/X86/invalid-gcc-snan-conversion.ll
+++ b/test/CodeGen/X86/invalid-gcc-snan-conversion.ll
@@ -12,7 +12,7 @@ entry:
store i32 0, i32* %retval
; -4503599627370495 == 0xfff0000000000001
store i64 -4503599627370495, i64* %tmp, align 8
- %0 = load i64* %tmp, align 8
+ %0 = load i64, i64* %tmp, align 8
call void @Consume(i64 %0)
ret i32 0
}

Powered by Google App Engine
This is Rietveld 408576698