diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll b/llvm/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll index e96da94f5a3..33a89a04c7d 100644 --- a/llvm/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll +++ b/llvm/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 |