diff options
Diffstat (limited to 'test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll')
-rw-r--r-- | test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll b/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll index e96da94..33a89a0 100644 --- a/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll +++ b/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll @@ -10,7 +10,7 @@ target triple = "x86_64-apple-darwin10.0.0" define void @_ZN7QVectorIdE4fillERKdi(double* nocapture %t) nounwind ssp align 2 { entry: - %tmp2 = load double* %t ; <double> [#uses=1] + %tmp2 = load double, double* %t ; <double> [#uses=1] br i1 undef, label %if.end, label %if.then if.then: ; preds = %entry |