diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-04 14:58:56 +0000 | 
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-04 14:58:56 +0000 | 
| commit | 36bf506ad3c99a309ca8bd73bd03563d8d068ac0 (patch) | |
| tree | b4dc751bcee540346911aa4115729eff2f991657 /test/CodeGen/CPP | |
| parent | f9666f9b3a3d26810deae8cd54feb6e47ecee61a (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/CPP')
| -rw-r--r-- | test/CodeGen/CPP/llvm2cpp.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CPP/llvm2cpp.ll b/test/CodeGen/CPP/llvm2cpp.ll index 447f332b269e..d0ba0cfac312 100644 --- a/test/CodeGen/CPP/llvm2cpp.ll +++ b/test/CodeGen/CPP/llvm2cpp.ll @@ -273,7 +273,7 @@ define i32 @foozball(i32) {  @A = global i32* @B		; <i32**> [#uses=0]  @B = global i32 7		; <i32*> [#uses=1] -define void @X() { +define void @test12312() {  	ret void  }  ; ModuleID = 'global_section.ll'  | 
