aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-05-10 19:17:04 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-05-10 19:17:04 -0700
commit7a951f6ba5f2ce3876f458fe51d82bbe901da89e (patch)
tree299aee932a1c6a4ab6eb51f4bf09fbc5d7190ffe /tests/cases
parenta6f1fec8fb8c6fde6f5178efa236fd2b73999c63 (diff)
fix test_cases:trace
Diffstat (limited to 'tests/cases')
-rw-r--r--tests/cases/trace.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/trace.ll b/tests/cases/trace.ll
index 1bada3e9..ec68ef92 100644
--- a/tests/cases/trace.ll
+++ b/tests/cases/trace.ll
@@ -24,7 +24,7 @@ entry:
%retval = alloca i32, align 4 ; [#uses=1 type=i32*]
store i32 0, i32* %retval
%call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([15 x i8]* @.str, i32 0, i32 0)) ; [#uses=0 type=i32]
- %0 = getelementptr inbounds [4 x %struct.TraceKindPair]* @_ZL14traceKindNames, i32 0, i32 1; [#uses=1 type=%struct.TraceKindPair*] [debug line = 1473:17]
+ %0 = getelementptr inbounds [4 x %struct.TraceKindPair]* @_ZL14traceKindNames, i32 0, i32 1 ; [#uses=1 type=%struct.TraceKindPair*] [debug line = 1473:17]
%1 = getelementptr inbounds %struct.TraceKindPair* %0, i32 0, i32 0 ; [#uses=1 type=i8**] [debug line = 1473:17]
ret i32 1
}